Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Programming
Code does not seem to work, but it should.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="cush, post: 12355858"] Corey, When you try to enter new data in Sheets("TimeSheet).Range("D2") by any chance is this sheet still protected? ( I noticed that you are first unprotecting the Data Sheet but not the TimeSheet.) ' Repopulate TimeSheet from Data Sheet Call UnprotectData 'Unprotects Data Sheet With Sheets("TimeSheet") .Select ' MsgBox "error 3" ' <= = If i removed the Hyphen on this line I Do Get the "error 3" PopUp to confirm this line of code Should Execute .Range("D2").Text = rngFound.Text ' You might also try commenting out the On Error Resume Next and then execute the code line by line to see what the error is when it reaches the above line. HTH [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Programming
Code does not seem to work, but it should.
Top