Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I am using the following code to ensure that a cell's format does not differ from the Color and NumberFormat when there is a change (like a paste or copy). It works fine, but the #!@!?&%$ Paste Options dialog (or whatever that cute pop-up is called) still shows up...how do I stop it? With Application .EnableEvents = False .DisplayPasteOptions = False With Target .Interior.Color = ActiveCell.Offset(-1, 0).Interior.Color .NumberFormat = "$#,##0.00_);[Red]($#,##0.00)" End With .DisplayPasteOptions = True .EnableEvents = True End With Thanks, Richard |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do you hide/un-hide the grid lines | Excel Discussion (Misc queries) | |||
Want to Hide columns in spreadsheet but NOT hide data in chart. | Charts and Charting in Excel | |||
How do I hide hide #REF! in Excel | Excel Discussion (Misc queries) | |||
hide code does not hide | Excel Discussion (Misc queries) | |||
How do I hide a worksheet in Excel and use a password to un-hide . | Excel Discussion (Misc queries) |