Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Annoying Paste Bug (Excel 2003)

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Annoying Paste Bug (Excel 2003)


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
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
Paste and Paste Special No Longer Working - Excel 2003 SheriJ Excel Discussion (Misc queries) 2 January 15th 09 09:23 PM
How to remove annoying paste or format icons over cells? Mindtalk Excel Discussion (Misc queries) 1 May 5th 08 03:23 PM
unable to paste Excel 2003 chart into Outlook 2003 Fat Frog Charts and Charting in Excel 0 August 7th 07 05:26 PM
Copy-Paste / Excel 2002 (Annoying) Maxwell-5000 Excel Discussion (Misc queries) 1 August 25th 05 10:42 PM
Copy Paste / Excel 2002 (Annoying) Maxwell-5000 Excel Discussion (Misc queries) 9 August 20th 05 02:27 AM


All times are GMT +1. The time now is 03:15 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"