LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default Highlighting row causing problems with other progarms.

Hi,
I use a sheet macro to highlight an entire row when certain cells are
clicked....works great.

Private Sub Worksheet_SelectionChange(ByVal Target As Range)

If Target.Column < 3 Then
Rows(Target.Row).Select
End If

End Sub


The problem comes when I run other programs that go to this particular
sheet to do formatting......e.g. select particular ranges and then
change colors and add or remove borders. It seems that as ranges are
selected the above sheet macro is executed. this screws everything
up.

Is there some way for the other macros (these are not sheet specific)
to de-activate or ignore this sheet macro so that they will execute
properly. (they run fine without the sheet macro present.
Thanks
chuckm

 
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
Rand () causing Problems. JCary Excel Discussion (Misc queries) 1 March 6th 06 10:38 PM
External database causing problems? Michael Malinsky Excel Programming 0 January 4th 06 06:35 PM
Splash Screen Causing Problems Kevin R Excel Programming 8 August 17th 05 02:54 PM
Addins causing problems Andrew- Excel Programming 6 June 30th 05 07:25 PM
Is Excel causing me system problems? Sandra Excel Discussion (Misc queries) 1 April 7th 05 09:04 PM


All times are GMT +1. The time now is 09:24 AM.

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"