Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 334
Default show cell value


I have a problem, I haven't got the fogest clue as to how to get the cell
value 2 rows down, when scrolling rows. I need row-3 & row 36 to be shown in
row-1,col-1 Example:
row-1 col-1 date format
row-2 col-1 "date"
'----------------------------------------------
row-3 col-1 date=1/1/2009
row-4--row to row-33 (1/2/2009-1/31/2009)

row-36 col1 date=2/1/2009
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 334
Default show cell value

I found the answer in something I wrote earlier:
Dim HldDte as variant
Range("A67").Select
HldDte = ActiveCell.Value
Range("A1").Select
ActiveCell.Select
ActiveCell.Value = HldDte

"Rick" wrote:


I have a problem, I haven't got the fogest clue as to how to get the cell
value 2 rows down, when scrolling rows. I need row-3 & row 36 to be shown in
row-1,col-1 Example:
row-1 col-1 date format
row-2 col-1 "date"
'----------------------------------------------
row-3 col-1 date=1/1/2009
row-4--row to row-33 (1/2/2009-1/31/2009)

row-36 col1 date=2/1/2009

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 206
Default show cell value

Even this is simpler

Range("A1") = Range("A67").Value


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
Show actual values added instead of cell references? (=A1+A4 shows as=10+2 in cell) Naji[_2_] Excel Discussion (Misc queries) 4 December 30th 09 03:03 AM
Show actual values added instead of cell references? (=A1+A4 showsas =10+2 in cell) Naji[_2_] Excel Worksheet Functions 6 December 30th 09 12:39 AM
How do i assign cell A1 to show the current cursor cell in Excel? OB Excel Discussion (Misc queries) 2 October 11th 06 04:02 PM
format cell to show leading zeros and make cell a three digit fiel Kristin Excel Worksheet Functions 2 July 28th 06 09:42 PM
Formatting to show/not show "DUE" and "RECEIVED" in cell kevhatch New Users to Excel 5 October 9th 05 09:10 PM


All times are GMT +1. The time now is 10:53 AM.

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"