Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I use command buttons with code behind in VBA. I use these buttons to ensure
all information has been entered correctly, and then it send e-mail to someone depending on information within the worksheet. This has started functioning intermediately for some users. I have verified the users are not editing a cell when they try to click. Any help would be great Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Could be a few things.
1) Make sure users enable macros when opening the file 2) Make sure that the security settings are properly set. 3) Check the names of the buttons, sometimes they get changed (done this before!) "E. Marsh" wrote: I use command buttons with code behind in VBA. I use these buttons to ensure all information has been entered correctly, and then it send e-mail to someone depending on information within the worksheet. This has started functioning intermediately for some users. I have verified the users are not editing a cell when they try to click. Any help would be great Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have verified all of this. I am leaning toward something on the users end.
I can open the same spreadsheet and it works for me. We are using Citrix thin clients. I do not know if this would have an impact or not. "JNW" wrote: Could be a few things. 1) Make sure users enable macros when opening the file 2) Make sure that the security settings are properly set. 3) Check the names of the buttons, sometimes they get changed (done this before!) "E. Marsh" wrote: I use command buttons with code behind in VBA. I use these buttons to ensure all information has been entered correctly, and then it send e-mail to someone depending on information within the worksheet. This has started functioning intermediately for some users. I have verified the users are not editing a cell when they try to click. Any help would be great Thanks |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You reminded me, I forgot the 4th thing that could be wrong: user error
To clarify: Did you mean that you can open the same spreadsheet on the computer that was having the problem in the first place? If so it is probably user error. As for Citrix, I am not familiar. Hopefully someone here can verify whether or not that is a problem. "E. Marsh" wrote: I have verified all of this. I am leaning toward something on the users end. I can open the same spreadsheet and it works for me. We are using Citrix thin clients. I do not know if this would have an impact or not. "JNW" wrote: Could be a few things. 1) Make sure users enable macros when opening the file 2) Make sure that the security settings are properly set. 3) Check the names of the buttons, sometimes they get changed (done this before!) "E. Marsh" wrote: I use command buttons with code behind in VBA. I use these buttons to ensure all information has been entered correctly, and then it send e-mail to someone depending on information within the worksheet. This has started functioning intermediately for some users. I have verified the users are not editing a cell when they try to click. Any help would be great Thanks |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
User error is an unspoken always. I can open the same spreadsheet on my PC
w/o issue. I have shadowed the Users Citrix session, and I get the same results as the user. Thanks for your help. "JNW" wrote: You reminded me, I forgot the 4th thing that could be wrong: user error To clarify: Did you mean that you can open the same spreadsheet on the computer that was having the problem in the first place? If so it is probably user error. As for Citrix, I am not familiar. Hopefully someone here can verify whether or not that is a problem. "E. Marsh" wrote: I have verified all of this. I am leaning toward something on the users end. I can open the same spreadsheet and it works for me. We are using Citrix thin clients. I do not know if this would have an impact or not. "JNW" wrote: Could be a few things. 1) Make sure users enable macros when opening the file 2) Make sure that the security settings are properly set. 3) Check the names of the buttons, sometimes they get changed (done this before!) "E. Marsh" wrote: I use command buttons with code behind in VBA. I use these buttons to ensure all information has been entered correctly, and then it send e-mail to someone depending on information within the worksheet. This has started functioning intermediately for some users. I have verified the users are not editing a cell when they try to click. Any help would be great Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy/Paste from WB to WB stopped functioning | Excel Discussion (Misc queries) | |||
merge and compare workbooks button not functioning | Excel Worksheet Functions | |||
Shell command stopped working: is it part of Excel 95 , or Windows? | Excel Programming | |||
HELP! Button/Macro or Function has stopped working! | Excel Programming | |||
Command Button vs Form Button | Excel Programming |