ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   VBA Code (https://www.excelbanter.com/excel-programming/431836-vba-code.html)

Steved

VBA Code
 
Hello from Steved

Column G1 The Month Of
Column G2 ='Summary Report'!F3

in VBA please how do I have the above please
The reason is I screen dump a new file and then I have to Type G1 and G2
everytime.

Thankyou.


AltaEgo

VBA Code
 
Range("G1").Value = "The Month Of"
Range("G2").Formula = "='Summary Report'!F3"

--
Steve

"Steved" wrote in message
...
Hello from Steved

Column G1 The Month Of
Column G2 ='Summary Report'!F3

in VBA please how do I have the above please
The reason is I screen dump a new file and then I have to Type G1 and G2
everytime.

Thankyou.


Steved

VBA Code
 
Hello AltaEgo

Thankyou

Steved

"AltaEgo" wrote:

Range("G1").Value = "The Month Of"
Range("G2").Formula = "='Summary Report'!F3"

--
Steve

"Steved" wrote in message
...
Hello from Steved

Column G1 The Month Of
Column G2 ='Summary Report'!F3

in VBA please how do I have the above please
The reason is I screen dump a new file and then I have to Type G1 and G2
everytime.

Thankyou.



AltaEgo

VBA Code
 
My pleasure. Thank you for the feedback.

--
Steve

"Steved" wrote in message
...
Hello AltaEgo

Thankyou

Steved

"AltaEgo" wrote:

Range("G1").Value = "The Month Of"
Range("G2").Formula = "='Summary Report'!F3"

--
Steve

"Steved" wrote in message
...
Hello from Steved

Column G1 The Month Of
Column G2 ='Summary Report'!F3

in VBA please how do I have the above please
The reason is I screen dump a new file and then I have to Type G1 and
G2
everytime.

Thankyou.




All times are GMT +1. The time now is 08:14 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com