Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I use Excel 2003 from Vista
As a naive Excel VBA user, I wrote code to Application.StartupPath & "\personal.xls" That file consists of 2 modules. The first is nearly 4k lines of my own code. The second is Chip Pearson's modRegistry code. (I use CreateObject("InternetExplorer.Application") to access http URLs and found IE can be painfully slow if images are downloaded. RegistryCreateValue HKCU, "Software\Microsoft\Internet Explorer\Main", _ "Display Inline Images", "no" switches off image downloading. RegistryCreateValue HKCU, "Software\Microsoft\Internet Explorer\Main", _ "Expand Alt Text", "yes" puts placeholders in place for images.) I now want to write code in a second file (foo.xls), sharing personal.xls code. How do I make personal.xls code usable from foo.xls? Thanks! -- Walter Briscoe |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Graphing Large Amounts of Data | Charts and Charting in Excel | |||
Graphing Large Amounts of Data | Excel Discussion (Misc queries) | |||
Managing Large Amounts of Data | Excel Discussion (Misc queries) | |||
Doing Analysis from large amounts of DATA | New Users to Excel | |||
pasting large amounts of text | Excel Discussion (Misc queries) |