View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Minitman[_4_] Minitman[_4_] is offline
external usenet poster
 
Posts: 273
Default How Do You Turn A Partial Row Of Sheet Cells A Color From A UserForm

Greetings,

I am using a UserForm to enter data into a series of sheets labeled by
month and year. When I hit the save button, the data that I entered
into the UserForm is transported to the bottom of the correct sheet,
then sorted. The UserForm then cycles, closing then reopening
(resetting everything). My problem is that I have used up the three
conditions under Conditional Formatting and need to color the row that
I just pasted.

I am not sure what is the best way to do this.

Any help would be most appreciated.

TIA

-Minitman