Excel Macro Problem
Thread Starter
I disagree with unanimity
iTrader: (2)
Joined: Jul 2007
Posts: 14,035
Likes: 29
From: WI

when a button on the spreadsheet is pressed, i get what's shown above. i sent the same spreadsheet to my coworkers and the buttons work fine.
i have the same things installed and same settings as my coworker.
i did not create this xls, it was taken from a template db.
thoughts?
Thread Starter
I disagree with unanimity
iTrader: (2)
Joined: Jul 2007
Posts: 14,035
Likes: 29
From: WI
Originally Posted by enigmaos
have you tried removing office and re-installing it?
i did the repair from Add/Remove Programs
uninstalling would require new license.
It's personal. It just doesn't like you.
I really don't know. Sorry I can't be much help, but it looks like it's trying to open an object or perform a function that is not on your system. Find out what it's pointing to on a machine that it does work on then search for that object on yours.
There's nothing wrong with Office or Excel. It's trying to call something that doesn't exist. At least not on your system anyway.
I really don't know. Sorry I can't be much help, but it looks like it's trying to open an object or perform a function that is not on your system. Find out what it's pointing to on a machine that it does work on then search for that object on yours.
There's nothing wrong with Office or Excel. It's trying to call something that doesn't exist. At least not on your system anyway.
Last edited by Shalooby; May 23, 2008 at 08:45 AM.
Trending Topics
Thread Starter
I disagree with unanimity
iTrader: (2)
Joined: Jul 2007
Posts: 14,035
Likes: 29
From: WI

this is what it should look like when a button is pushed. it's not really a function, just a help statement.
not sure what you mean by searching for the object.
each button has a different statement.
I'd guess something's wrong the with actual vb code because that's about as simple of a command as you can get (push button, window pops up). Now why it works for some people and not you, I have no idea. Maybe it's as Shalooby was alluding to: that the object, in this case the text in the box, is somewhere else? I would think it's in the code, but I guess it's possible that it's pulling it from an outside source. Got a screen shot of the code for the button?
Are you getting the macro warning when you open the file, I think the default excel security setting is to restrict them. Look at the actual macro setup "step into" button, that will show the code behind the macro, it might be pointing to a cell that has the text that is supposed to appear.
Thread Starter
I disagree with unanimity
iTrader: (2)
Joined: Jul 2007
Posts: 14,035
Likes: 29
From: WI
Originally Posted by Rock2534
Are you getting the macro warning when you open the file, I think the default excel security setting is to restrict them. Look at the actual macro setup "step into" button, that will show the code behind the macro, it might be pointing to a cell that has the text that is supposed to appear.
i get the warning and select "enable macros"
i can't change the settings as work has them defaulted to medium
No, the button is CommandButtonFA3; when you click on it, it's supposed to show GuidanceFA3, which is something that's somewhere else. Looking at your screenshot, I'd guess it's one of the forms in the Forms folder.
LOL, I have an excel question too: does any one know how I can add the $ sign in front of numbers in every single column? like the formula or whatever code it is. cause I don't want to manually enter it for 1000+ cells.
Thread Starter
I disagree with unanimity
iTrader: (2)
Joined: Jul 2007
Posts: 14,035
Likes: 29
From: WI
compared the code from the forms folder with the folder on the working computer, and all is identical.
i compared the security setting in my excel w/ the working excel and they are the same. the only thing i can think of is, there must be something on my computer blocking the vbscript.
i compared the security setting in my excel w/ the working excel and they are the same. the only thing i can think of is, there must be something on my computer blocking the vbscript.
Originally Posted by phile
LOL, I have an excel question too: does any one know how I can add the $ sign in front of numbers in every single column? like the formula or whatever code it is. cause I don't want to manually enter it for 1000+ cells.
Thread Starter
I disagree with unanimity
iTrader: (2)
Joined: Jul 2007
Posts: 14,035
Likes: 29
From: WI
Originally Posted by Kikaida
Might be a video card driver problem.
Try rebooting first.
If that doesn't solve your problem, try updating the driver and try again.
Try rebooting first.
If that doesn't solve your problem, try updating the driver and try again.
post #2
Originally Posted by rza49311
as a test, you could try logging into your computer under a different profile/or create a new profile and see if it still happens
i tried safe mode, diagnostic start up, and selective start up (disabled everything). i know that's different than what you suggest.
the PCs are imaged w/ one profile and it's a PITA to jump thru the hoops of getting another one put on the computer.
Originally Posted by sho_nuff1997
compared the code from the forms folder with the folder on the working computer, and all is identical.
i compared the security setting in my excel w/ the working excel and they are the same. the only thing i can think of is, there must be something on my computer blocking the vbscript.
i compared the security setting in my excel w/ the working excel and they are the same. the only thing i can think of is, there must be something on my computer blocking the vbscript.
The code is working fine. You press a button and it is attempting to do something by calling something else. It is the "something else" that is missing which is the problem.
Originally Posted by sho_nuff1997
post #2
i tried safe mode, diagnostic start up, and selective start up (disabled everything). i know that's different than what you suggest.
the PCs are imaged w/ one profile and it's a PITA to jump thru the hoops of getting another one put on the computer.
i tried safe mode, diagnostic start up, and selective start up (disabled everything). i know that's different than what you suggest.
the PCs are imaged w/ one profile and it's a PITA to jump thru the hoops of getting another one put on the computer.
Originally Posted by sho_nuff1997

guidanceFA(number).BackColor = &HFFFFFF
That should change the background color to white. It might be using a system color that you have set to black on your system, but other computers don't.
Thread Starter
I disagree with unanimity
iTrader: (2)
Joined: Jul 2007
Posts: 14,035
Likes: 29
From: WI
Originally Posted by Anachostic
In each of the click methods before GuidanceFA(number).Show, where (number) is one of the help forms, add this line:
guidanceFA(number).BackColor = &HFFFFFF
That should change the background color to white. It might be using a system color that you have set to black on your system, but other computers don't.
guidanceFA(number).BackColor = &HFFFFFF
That should change the background color to white. It might be using a system color that you have set to black on your system, but other computers don't.
Still does the same thing.
Originally Posted by Kikaida
Call Level 3?
escalated.....
i'll update if they have a fix.
thanks for all the help!
Try this:
Right click on your desktop background (not in Excel) and select "Properties" to get into the "Display Properties".
Click on "Appearance".
Under "Color Scheme", select "Default (blue)".
Click "OK".
Right click on your desktop background (not in Excel) and select "Properties" to get into the "Display Properties".
Click on "Appearance".
Under "Color Scheme", select "Default (blue)".
Click "OK".
Thread Starter
I disagree with unanimity
iTrader: (2)
Joined: Jul 2007
Posts: 14,035
Likes: 29
From: WI
Originally Posted by Kikaida
Try this:
Right click on your desktop background (not in Excel) and select "Properties" to get into the "Display Properties".
Click on "Appearance".
Under "Color Scheme", select "Default (blue)".
Click "OK".
Right click on your desktop background (not in Excel) and select "Properties" to get into the "Display Properties".
Click on "Appearance".
Under "Color Scheme", select "Default (blue)".
Click "OK".
i never would have guessed that.
looking back at this thread, i see how you came up with that.
i wish i could remember that saying, something about the simplest answer.

i'll have to wait until tuesday to see if the people i escalated to can come up w/ an answer.
muchas gracias!
vielen dank!
Thread Starter
I disagree with unanimity
iTrader: (2)
Joined: Jul 2007
Posts: 14,035
Likes: 29
From: WI
ya and the screenshot i posted that worked was blue color scheme and the one that didnt work were silver.
Last edited by sho_nuff1997; May 23, 2008 at 10:27 PM.
Thread
Thread Starter
Forum
Replies
Last Post
SidhuSaaB
3G TL Problems & Fixes
18
May 30, 2020 12:40 AM
DementiaPhuro
3G TL Problems & Fixes
1
Sep 29, 2015 05:31 PM
rboller
3G TL Audio, Bluetooth, Electronics & Navigation
0
Sep 23, 2015 02:49 PM






