Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Copy number that changes daily with macro

I am attempting to write a macro that needs to copy a number (it changes
daily). However, when I review the macro it only uses the initial number that
I copied when I initially created the macro. Any suggestions
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Copy number that changes daily with macro

Worksheets("Sheet2").Range("B9").value _
= Worksheets("Sheet1").Range("A1").Value

will put the value from A1 on Sheet1 in B9 of sheet2.

--
Regards,
Tom Ogilvy


"RoyC" wrote in message
...
I am attempting to write a macro that needs to copy a number (it changes
daily). However, when I review the macro it only uses the initial number

that
I copied when I initially created the macro. Any suggestions



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
copy cells daily and automatically RJJ Excel Worksheet Functions 3 May 10th 09 01:01 PM
Macro to copy cell contents number of columns Pierre Excel Programming 10 November 4th 04 10:54 PM
how to count/sum by function/macro to get the number of record to do copy/paste in macro tango Excel Programming 1 October 15th 04 01:16 PM
Macro to copy daily text file Cheryl[_4_] Excel Programming 1 May 27th 04 05:46 AM
Macro to copy down specific number of rows JA Excel Programming 4 April 26th 04 01:37 PM


All times are GMT +1. The time now is 07:26 AM.

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"