Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there some way that I can see the assembly code for a VBA routine?
I have Office Excel 2003 and the VBA that comes with it (VB 6.3), with Windows XP Pro SP2 running on an Intel Pentium M 770. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Your code isn't turned into assembly language or even compiled.
I _think_ Chip Pearson has a whitepaper describing how your code is transformed into pCode--a symbolic code. If you look he http://www.cpearson.com/excel/ExcelPages.htm You'll see a subject called "White Papers". Right now the link to the next page doesn't work, but I've sent Chip an email. If he's around I would expect it fixed pretty darn quickly. joeu2004 wrote: Is there some way that I can see the assembly code for a VBA routine? I have Office Excel 2003 and the VBA that comes with it (VB 6.3), with Windows XP Pro SP2 running on an Intel Pentium M 770. -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It's Visual "Basic", an interpreted, not compiled, code.
"joeu2004" wrote in message ... Is there some way that I can see the assembly code for a VBA routine? I have Office Excel 2003 and the VBA that comes with it (VB 6.3), with Windows XP Pro SP2 running on an Intel Pentium M 770. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Referencing interop assembly... | Excel Discussion (Misc queries) | |||
Print routine needed for code | Excel Worksheet Functions | |||
How to Reference a .Net Assembly from within VBA? | Excel Programming | |||
How can I create a worksheet in a routine and set the code name at | Excel Programming | |||
How to code a timer to trigger a sub-routine ? | Excel Programming |