A Access9001 Registered User. Local time Today, 03:36 Joined Feb 18, 2010 Messages 268 Mar 10, 2010 #1 In VBA, I want to create a new workbook that has specific VBA code (which I would somehow pass/define to the process) in the ThisWorkbook module. Possible?
In VBA, I want to create a new workbook that has specific VBA code (which I would somehow pass/define to the process) in the ThisWorkbook module. Possible?
A Access9001 Registered User. Local time Today, 03:36 Joined Feb 18, 2010 Messages 268 Mar 10, 2010 #2 I exported a ThisWorkbook.cls file. Is there a way, in VBA, to automatically append this cls file to a given book as I export/create it?
I exported a ThisWorkbook.cls file. Is there a way, in VBA, to automatically append this cls file to a given book as I export/create it?
chergh blah Local time Today, 11:36 Joined Jun 15, 2004 Messages 1,414 Mar 10, 2010 #3 http://www.cpearson.com/excel/vbe.aspx This should tell you what you need to know but if you don't understand it I would forget about the idea.
http://www.cpearson.com/excel/vbe.aspx This should tell you what you need to know but if you don't understand it I would forget about the idea.
A Access9001 Registered User. Local time Today, 03:36 Joined Feb 18, 2010 Messages 268 Mar 10, 2010 #4 Is there a way to, with VBA, change programmatic access?
A Access9001 Registered User. Local time Today, 03:36 Joined Feb 18, 2010 Messages 268 Mar 10, 2010 #5 Got it... so close to getting all this working