Thread: setSourcedata
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
tony wong tony wong is offline
external usenet poster
 
Posts: 14
Default setSourcedata

activecell is J113

how can i replace J113 with ab?

i don't know how to arrange the double quote. Thanks a lot.

ab = ActiveCell.Address
Charts(1).SetSourceData Source:=ABCsheet.Range("A1:J113")