Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How would I code to pull the value of a Cell of the next Worksheet to the left?
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm not sure I understand your question, but maybe something like
If Not ActiveSheet.Previous Is Nothing Then Range("A1").Value = ActiveSheet.Previous.Range("A1").Value End If -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "CRayF" wrote in message ... How would I code to pull the value of a Cell of the next Worksheet to the left? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thanks
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can the dwnarrow box for a pull-down list be on the left? | Excel Discussion (Misc queries) | |||
How can I pull Cell value from Detail worksheet into Summary sheet? | Excel Worksheet Functions | |||
How can I get each worksheet tab name to pull from cell C3? | Excel Discussion (Misc queries) | |||
how to display zero at the left hand of a code in a cell say 045 | Excel Discussion (Misc queries) | |||
Can a worksheet pull from a specific cell value in a separate wrks | Excel Worksheet Functions |