View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
aehan aehan is offline
external usenet poster
 
Posts: 17
Default Re-defining Ranges in VBA

Can anyone help please? I have a macro which imports data, replacing data
which is already there and has been range named. When the import has
finished, the range name re-defines itself and cuts out some of the columns
and rows that were originally there.

Is there a way in VBA that I can get therange name to automatically
re-define itself based on the new current region so that it sees all of the
new data?

I'm new at this and I'm struggling, so any help would be really appreciated

Thanks