Thread: Range object
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Zsola Zsola is offline
external usenet poster
 
Posts: 7
Default Range object

Dear Developers,

how can I make a copy of an range object(eg. range
("a1:c10") ), that I can manipulate(eg. change values or
format of a column of this range) instead of the original,
so this manipulation will not affect the original one's
values or format.