View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Ian Smith[_3_] Ian Smith[_3_] is offline
external usenet poster
 
Posts: 2
Default Determine used range of worksheet

Interesting. I was looking at the UsedRange object in Access' debug window and didn't see anything relevant. Looking again now, it doesn't admit to an address property, but by explicitly asking for the address, I get what I was after. Thanks a bunch.