Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 132
Default Is it possible to get cell contents from another sheet?

Hi Quartz;

Use the following in a macro

'makes a string of the address for the active cell
varMyAddress = ActiveCell.Address
'variablizes the value for the cell located in the other
work sheet while using the address from the original sheet
QuartsAnswer = Sheets("Sheet1").Range(varMyAddress)




Thanks,

Greg
-----Original Message-----
Is it possible to obtain the currently selected cell

address from another
sheet (one not currently active) without actually

activating that sheet OR
must you activate the sheet to obtain the selection?

For example, Sheet B is currently active. I want a macro

that obtains the
currently selected cell on Sheet A without actually

having to activate Sheet
A.

Both sheets are in the same currently open file. If so

how do you do this,
or can you?

Thanks in advance.
.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using contents of a cell as the sheet name in another formula sbird Excel Discussion (Misc queries) 2 September 10th 08 10:19 PM
transfer contents from a cell in previous sheet if the sheet is a DarkNight New Users to Excel 1 September 9th 08 01:04 AM
Lookup cell contents in on sheet based on a formula in second sheet Michael Wright via OfficeKB.com Excel Worksheet Functions 1 April 30th 05 04:11 PM
Is it possible to get cell contents from another sheet? Don Guillett[_4_] Excel Programming 0 August 18th 04 06:43 PM
New sheet from the cell contents John[_62_] Excel Programming 5 November 13th 03 03:06 AM


All times are GMT +1. The time now is 06:02 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"