Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a worksheet that I reproduce every wokday for all supervisors to enter
data in. Some of these cells are merged for the sake of formatting, and have various formats set in them that are protected. However, the protection just ignores formats set when the user pastes information. Cells become unmerged, previously unlocked cells become locked, and borders completely disappear. Is there a way to disable the ability to paste information outside of values only? -- Burnnie Holliday Data Wrangler |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() You may get a better answer from someone else, but it should be possible by using the worksheet SelectionChange event and the worksheet Change event to cache what the format in a cell was before it was changed. This gets complicated fast, because you have to deal with copy and paste operations and worksheets don't have a paste event. You may also have to wind up suppressing Excel's 'move to another cell after cell entry is complete' "reflex". A much simpler way would be to provide a data entry region (perhaps even on the same page as the formatted report) where the users can type or paste any sort of formatted information and the formatted area's cell formulas merely reference the input zone cells. You would have to protect the formatted area, so your user's can't type or paste values into those cells, but that can be done. Good luck on this one! -- jamescox ------------------------------------------------------------------------ jamescox's Profile: http://www.thecodecage.com/forumz/member.php?userid=449 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=111991 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Paste and Paste Special No Longer Working - Excel 2003 | Excel Discussion (Misc queries) | |||
How to remove annoying paste or format icons over cells? | Excel Discussion (Misc queries) | |||
unable to paste Excel 2003 chart into Outlook 2003 | Charts and Charting in Excel | |||
Copy-Paste / Excel 2002 (Annoying) | Excel Discussion (Misc queries) | |||
Copy Paste / Excel 2002 (Annoying) | Excel Discussion (Misc queries) |