View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Joe[_42_] Joe[_42_] is offline
external usenet poster
 
Posts: 27
Default input of single value into multiple cells simultaneously

Hi,

I'm trying to enter a bunch of asterisks into a range of cells (columns
A through I) in a row "i" in a worksheet that has been defined as SHD.
The macro has already "read" the value of i correctly. However, when I
use the following code, it gives me an error code. Could you tell me
what is wrong with this ?

SHD.Range(Cells(i, 1), Cells(i, 9)) = "********"

Appreciate any help.

Thanks,

Joe.