Oh HELP!!
I am getting the following Runtime error
Run-time error '50290':
Application-defined or object-defined error
Please see thread 707-1590746 the first snippet of code the following are the first two lines:
This first IF statement is highlighted in yellow as the problem... I do not know how to understand what it is saying. I can click end a few times and get it to go away but what is broken?
This happens each time I make a change on my master update page in a non date field...which is hidden when I'm not updating the workbook..
WHen I make a change in a date field I hit end twice and then get another message
Method "_Evaluate' of objecct'_Worksheet' failed
Then I hit end again and get the Application message twice and then the dialog box goes away.
Users are not having any issues using the workbook but I"m having issues updating it so what have I done wrong and how do I fix it?
This is operation critical![Frown :( :(](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
LadyCK3
aka: Laurie![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
I am getting the following Runtime error
Run-time error '50290':
Application-defined or object-defined error
Please see thread 707-1590746 the first snippet of code the following are the first two lines:
Code:
Private Sub Worksheet_Calculate()
If [D3].Value = 1 And [E3].Value = "" Then [E3].Value = Date
This first IF statement is highlighted in yellow as the problem... I do not know how to understand what it is saying. I can click end a few times and get it to go away but what is broken?
This happens each time I make a change on my master update page in a non date field...which is hidden when I'm not updating the workbook..
WHen I make a change in a date field I hit end twice and then get another message
Method "_Evaluate' of objecct'_Worksheet' failed
Then I hit end again and get the Application message twice and then the dialog box goes away.
Users are not having any issues using the workbook but I"m having issues updating it so what have I done wrong and how do I fix it?
This is operation critical
LadyCK3
aka: Laurie