View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Inventory added sub needed

I am sure that you know what you are referring to, but do you want to let us
in on it?

--

HTH

RP
(remove nothere from the email address if mailing direct)


"David" wrote in message
...
Basically this is what I want:

Sheets(1).Range("C4:C40").Value = Sheets(1).Range("H4:H40").Value * Sheets
(2).Range("A7:A43").Value

Obviously that line alone won't work, so I need maybe a 'For each...' loop
to accomplish it.

Should be easy for someone who knows how -- not me.
--
David