Hello,
I am trying to use the function IsEmpty with cells().Something like:
public sub test()
for i=1 to 11
if Isempty(sheet1.cells(i,1))=true then
imax=i-1
endif
next i
end test
It does not work.
Please advise
Thank you
Hello,
I am trying to use the function IsEmpty with cells().Something like:
public sub test()
for i=1 to 11
if Isempty(sheet1.cells(i,1))=true then
imax=i-1
endif
next i
end test
It does not work.
Please advise
Thank you
You should have posted the actual code (using code tags, of course). Is the last line of that actual code: "end test"??
Ben Van Johnson
Your post does not comply with Rule 3 of our Forum RULES. Use code tags around code. Posting code without them makes your code hard to read and difficult to be copied for testing. Highlight your code and click the # at the top of your post window. For more information about these and other tags, found here
Hope that helps.
RoyUK
--------
For Excel Tips & Solutions, free examples and tutorials why not check out my web site
Free DataBaseForm example
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks