ManUBlueJay
Active Member
- Joined
- Aug 30, 2012
- Messages
- 320
- Office Version
- 365
- Platform
- Windows
I am trying to update a range of cells in my database which is an excel sheet with another input range.
The range in the database is named "MyRange". The Input Range is named "Input"
When I use this code:
Range("MyRange") = Range("Input") nothing happens
When I use:
Range("MyRange") = Range("Input").values, it updates but does not bring across my formats which includes one bold cell and 3 regular.
How can I update MyRange with the values and the formats.
The range in the database is named "MyRange". The Input Range is named "Input"
When I use this code:
Range("MyRange") = Range("Input") nothing happens
When I use:
Range("MyRange") = Range("Input").values, it updates but does not bring across my formats which includes one bold cell and 3 regular.
How can I update MyRange with the values and the formats.