Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi experts,
Can anybody explain to me what " Compile VBAproject " means. - What happens if i do that and why should i do this ? I found that if i do not compile, my applications won't run on other pc's. Is that true or...? Thanks, Pierre -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...mming/200511/1 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When you select this optional command VB tries to tokenize your code and in
the course of doing that finds certain kinds of errors such as undeclared variables (if you use Option Explicit as you should), subs and function that cannot be found (maybe due to misspelling or missing references), object, property, method errors like using a workbook method with a worksheet, etc. -- Jim "Pierre via OfficeKB.com" <u13950@uwe wrote in message news:5704cf3d29d1a@uwe... | Hi experts, | | Can anybody explain to me what " Compile VBAproject " means. | | - What happens if i do that and why should i do this ? | | I found that if i do not compile, my applications won't run on other pc's. Is | that true or...? | Thanks, | Pierre | | | -- | Message posted via OfficeKB.com | http://www.officekb.com/Uwe/Forums.a...mming/200511/1 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
HOW CAN I COMPILE 2 SHEETS? | New Users to Excel | |||
compile | New Users to Excel | |||
Won't Compile | Excel Discussion (Misc queries) | |||
Compile Error: Procedure too Large Question | Excel Programming | |||
compile error - pls help | Excel Programming |