D
Davis
On pc "A", I have 3 worksheets that are linked together
using VB buttons. The code for the buttons start with:
Application.Workbooks("workbook name").Activate
These buttons work fine - no problem.
I copied these 3 workbooks over to pc "b". When I click on
the buttons, they do not work. I have found that I have to
put the .xls extension on the "workbook name" to get the
buttons to work.
Is there an option or selection in Excel or VB that I can
change to get pc "b" to recognize the code used on pc "A"?
I would rather not have to change the code everytime I
copy the workbooks to another pc.
Thanks!
using VB buttons. The code for the buttons start with:
Application.Workbooks("workbook name").Activate
These buttons work fine - no problem.
I copied these 3 workbooks over to pc "b". When I click on
the buttons, they do not work. I have found that I have to
put the .xls extension on the "workbook name" to get the
buttons to work.
Is there an option or selection in Excel or VB that I can
change to get pc "b" to recognize the code used on pc "A"?
I would rather not have to change the code everytime I
copy the workbooks to another pc.
Thanks!