View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
XP XP is offline
external usenet poster
 
Posts: 389
Default Get column count used range from S to IV

Using Office 2003 and Windows XP:

I need to return a count of the used columns beginning from, and including
column "S" to column "IV"

For example, if "S" and "T" and "U" were within the used range then the
count would be 3.

Again, if "S" and "U" and "W" were within the used range, then the count
would be 5.

Hopefully this makes some sense; if not, please let me know and I will try
to clarify.

Thanks for your assistance.