Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I've set the spread sheet and have locked all the cells but those that I
want to have filled with data. There are time when I would like to be able to C&P the data to other sheets but when I do I also copy the format. I know I can use "paste special" but I want it so anyone can use the C&P without having to use "paste special". Marc |
#2
![]() |
|||
|
|||
![]()
Hi,
You could write a macro that uses a string for the cell values. sub cpme() dim strCP as string strcp=range("A1").value strcp.copy range("A2").paste end sub I am a bit rusty but this sub should give you the right idea. Creating a variable for the cell value does not include any formatting. 0- Mark Sway -----Original Message----- I've set the spread sheet and have locked all the cells but those that I want to have filled with data. There are time when I would like to be able to C&P the data to other sheets but when I do I also copy the format. I know I can use "paste special" but I want it so anyone can use the C&P without having to use "paste special". Marc . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
In excel how do I protect the format of a cell but let the user c. | Excel Discussion (Misc queries) | |||
difficulty changing cell format | Excel Worksheet Functions | |||
Format a cell with numbers and user defined text | Excel Discussion (Misc queries) | |||
Custom format that shows blank cell if another cell is empty | Excel Discussion (Misc queries) | |||
How do I format a cell so that only specific numbers can be enter. | Excel Discussion (Misc queries) |