Hello all,
I am having trouble using a vba code I created in excel on other computers. The code contains several controls that performs calculations based on certain textbox inputs. It works flawlessly on my computer, however fails to operate when I load it on a coworkers computer.
I have played with the macro security settings on the other computer and have ensured macro and ActiveX control settings are enabled. I then thought it was how I was saving the file, however the full code is available on the other computer's visual basic. I have found that the Textboxes have changed back to their default names (ex. a textbox i have named "search" has changed back to "textbox1") which has unlinked the control to the macro. However, I can't find an explanation to why it's doing this. I have also tried to play with the control properties, but with no success.
I'm sure there is a simple solution to this, but I'm pretty new to using vba and can't seem to find a solution.
Thanks in advance and any help is appreciated!
I am having trouble using a vba code I created in excel on other computers. The code contains several controls that performs calculations based on certain textbox inputs. It works flawlessly on my computer, however fails to operate when I load it on a coworkers computer.
I have played with the macro security settings on the other computer and have ensured macro and ActiveX control settings are enabled. I then thought it was how I was saving the file, however the full code is available on the other computer's visual basic. I have found that the Textboxes have changed back to their default names (ex. a textbox i have named "search" has changed back to "textbox1") which has unlinked the control to the macro. However, I can't find an explanation to why it's doing this. I have also tried to play with the control properties, but with no success.
I'm sure there is a simple solution to this, but I'm pretty new to using vba and can't seem to find a solution.
Thanks in advance and any help is appreciated!