Hi,
Trying to write a macro to find the range on a sheet where userdata are presented.
My starting point here is to find the first and last used column, and row, and by that information create my customized range.
However, I cant find the correct command to set the first used column. I'm using the following code which works in Excel 2003, but in Excel 2007 it only returns a "0".
My code to find the last column works perfect in both 2003 and 2007 though.
How should I do to find the first column in my sheets which contains any data?
Bookmarks