I would like to copy info from a cell in one worksheet to a cell in another
worksheet in the same file. The first worksheet is the DETAIL info and the
second worksheet is the SUMMARY info.
Thanx
Assume you are looking for a coding solution as this would be trivial
manually:
Worksheets(quot;Summaryquot;).Range(quot;A1quot;).Value = _
worksheets(quot;Detailquot;).Range(quot;B9quot;).Value
--
Regards,
Tom Ogilvyquot;Jamesquot; gt; wrote in message
...
gt; I would like to copy info from a cell in one worksheet to a cell in
another
gt; worksheet in the same file. The first worksheet is the DETAIL info and
the
gt; second worksheet is the SUMMARY info.
gt;
gt; Thanx
- May 16 Wed 2007 20:37
how to copy cell contents from one workseet to another worksheet?
close
全站熱搜
留言列表
發表留言