I could be wrong but.....
We have an Excel (Office XP) workbook that is normally stored on a server connected to our LAN. It has a BUNCH of VBA code.
I have copied that workbook to my local machine and when I execute it, IT APPEARS that there are tons of network accesses going on (the little icon in the system tray stays lit continuously).
I stepped the code in debug mode and IT APPEARS thtat when VBA functions like UCASE or TRIM are called, the network icon lights up.
I disabled my network connection and the spreadsheet continues to operate just fine.
I took a look at the references box and unchecked and checked again everything that I could. Everything seems to indicate that it is looking to the local drive.
Any thoughts?
We have an Excel (Office XP) workbook that is normally stored on a server connected to our LAN. It has a BUNCH of VBA code.
I have copied that workbook to my local machine and when I execute it, IT APPEARS that there are tons of network accesses going on (the little icon in the system tray stays lit continuously).
I stepped the code in debug mode and IT APPEARS thtat when VBA functions like UCASE or TRIM are called, the network icon lights up.
I disabled my network connection and the spreadsheet continues to operate just fine.
I took a look at the references box and unchecked and checked again everything that I could. Everything seems to indicate that it is looking to the local drive.
Any thoughts?