Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Use only cells with data in
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="SkippyPB, post: 6656027"] Here's a suggestion assuming you want to ignore a cell if it is empty. Use the LEN function. Something like this: CellLen = Len(Worksheets("Week" & W).Range("U41"). _ Offset(Q)) If CellLen = 0 Then Exit Function W and Q are passed from the calling function but this is just an example of how you could calculate a length of the data in a cell and skip it if nothing is there. HTH. Regards, (o o) -oOO--(_)--OOo- He didn't tell his mother that he ate some glue. His lips were sealed. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Remove nospam to email me. Steve [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Use only cells with data in
Top