Hi all,
I created a spreadsheet in Excel 97 running on Windows 98, and I have also tested it in Excel 2000 running on Windows 98. In my macros, I do a lot of date manipulation because I wrote my own date & time picker. I have now gotten a laptop running Windows 2000 so that I could test my application in Excel 2000 running on Windows 2000. Those same macros don't work, can anyone tell me why?
For instance, here is some code that is giving an error.
Sheet1.ComboBox1.Text = Year(Date-1)
Sheet1.ComboBox3.ListIndex = Month(Date-1) -1
Sheet1.ComboBox4.ListIndex = Month(Date-1) -1
The error I receive is "Compile error: Can't find project or library"
What gives? Is there just some advanced option that needs to be installed for excel to execute this macro?
Thanks in advance for the help.
Richard
I created a spreadsheet in Excel 97 running on Windows 98, and I have also tested it in Excel 2000 running on Windows 98. In my macros, I do a lot of date manipulation because I wrote my own date & time picker. I have now gotten a laptop running Windows 2000 so that I could test my application in Excel 2000 running on Windows 2000. Those same macros don't work, can anyone tell me why?
For instance, here is some code that is giving an error.
Sheet1.ComboBox1.Text = Year(Date-1)
Sheet1.ComboBox3.ListIndex = Month(Date-1) -1
Sheet1.ComboBox4.ListIndex = Month(Date-1) -1
The error I receive is "Compile error: Can't find project or library"
What gives? Is there just some advanced option that needs to be installed for excel to execute this macro?
Thanks in advance for the help.
Richard