Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
What in the world is this?? While I was working on my project, I would
run the code to ensure it was correct. Saved it last night, opened it up this morning added additional sections of code and it ran fine. Then completed the project saved it this morning, tried to re-run...AND got this message; "Run-time error '1004' Application-defined or object-defined error" What in the world has happened here? And how do I go about the correction? Thanks, Hans |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I will now reply to my own post...I found the problem! Also, did not
know this one! I had the code written on the sheet and not in a module, so I could not see where the errror was at, once I cut and pasted it into a module I could debug it...Does anyoone out there know why this happens??? Thanks Hans |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Unqualified objects in a sheet module belong to that sheet. This is different
behavior than what you'll see in a General module. " wrote: I will now reply to my own post...I found the problem! Also, did not know this one! I had the code written on the sheet and not in a module, so I could not see where the errror was at, once I cut and pasted it into a module I could debug it...Does anyoone out there know why this happens??? Thanks Hans -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Dave,
Yeah I found that one out there hard way didn't I? It really had me perplexed...I do appreciate the "why"! Take care, Hans |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hot key for time? | Excel Worksheet Functions | |||
time sheet drop down lists | Excel Discussion (Misc queries) | |||
time entry with am/pm and no colons | Excel Discussion (Misc queries) | |||
Entering Times | Excel Discussion (Misc queries) | |||
time differences in a column | Excel Worksheet Functions |