#1   Report Post  
Posted to microsoft.public.excel.misc
grahammal
 
Posts: n/a
Default Copy/Paste


Cells.FormatConditions.Delete
With ActiveCell
.FormatConditions.Add Type:=xlExpression, Formula1:="TRUE"
.FormatConditions(1).Interior.ColorIndex = 20
End With

I have the above set up in my worksheet Tab to turn the active cell
light blue.
It works fine but it also seems to disable my Copy/Paste facility.
If I disable the above feature then Copy/Paste is normal.
Any ideas???


--
grahammal
------------------------------------------------------------------------
grahammal's Profile: http://www.excelforum.com/member.php...o&userid=20336
View this thread: http://www.excelforum.com/showthread...hreadid=522204

  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Copy/Paste

That's one of the side effects of macros. Another is that they sometimes kill
the Edit|undo feature.

I think you'll have to make a choice about which you want.

grahammal wrote:

Cells.FormatConditions.Delete
With ActiveCell
FormatConditions.Add Type:=xlExpression, Formula1:="TRUE"
FormatConditions(1).Interior.ColorIndex = 20
End With

I have the above set up in my worksheet Tab to turn the active cell
light blue.
It works fine but it also seems to disable my Copy/Paste facility.
If I disable the above feature then Copy/Paste is normal.
Any ideas???

--
grahammal
------------------------------------------------------------------------
grahammal's Profile: http://www.excelforum.com/member.php...o&userid=20336
View this thread: http://www.excelforum.com/showthread...hreadid=522204


--

Dave Peterson
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
Copy/Paste in Autofilter honyacker Excel Discussion (Misc queries) 2 January 12th 06 02:38 PM
copy/paste excel to texteditor -> multi-line text cells gain unwanted double-quotes niz Excel Discussion (Misc queries) 1 October 14th 05 02:06 PM
ROUNDUP copy/paste and fill handle not working Jason Southco Excel Worksheet Functions 1 October 10th 05 05:41 PM
HELP....Is there a way to automate copy/paste special/transpose - Mel Excel Worksheet Functions 7 March 28th 05 11:17 PM
need to copy/paste formula w/o it changing Bonnie Excel Discussion (Misc queries) 4 March 10th 05 05:53 PM


All times are GMT +1. The time now is 06:34 AM.

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

About Us

"It's about Microsoft Excel"