Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
DMB DMB is offline
external usenet poster
 
Posts: 14
Default Copying the cell contents(a math function) that calculates a numbe

Copying the "cell contents" (a math function) that calculates a number to
anouther cell. I can copy the result of the calculation but I need to display
the equation in an ajoining cell for verification of the equation. All I can
do is display the result.

I am working in excel 2000, unfortunatly
I am using the VBA in excel for ease of use.
Later I guess, I would like to use VB.net

I dont know where else to look.

Thank You,
David
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Copying the cell contents(a math function) that calculates a numbe

activeCell.offset(0,1).Value = "'" & activeCell.formula

--
Regards,
Tom Ogilvy


"DMB" wrote in message
...
Copying the "cell contents" (a math function) that calculates a number to
anouther cell. I can copy the result of the calculation but I need to

display
the equation in an ajoining cell for verification of the equation. All I

can
do is display the result.

I am working in excel 2000, unfortunatly
I am using the VBA in excel for ease of use.
Later I guess, I would like to use VB.net

I dont know where else to look.

Thank You,
David



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
If Statement and copying all of cell contents. andrewm Excel Worksheet Functions 0 June 29th 05 04:37 AM
Copying and pasting cell contents Gazza Excel Programming 2 June 1st 05 05:04 PM
Copying cell contents between worksheets Stuart[_17_] Excel Programming 1 June 29th 04 05:02 PM
Copying Cell Contents throughout spreadsheet kaytee978 Excel Programming 3 June 2nd 04 09:12 PM
Copying cell contents to add to existing contents in another cell Dean Sawas Excel Programming 3 April 2nd 04 09:00 PM


All times are GMT +1. The time now is 05:04 PM.

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

About Us

"It's about Microsoft Excel"