Jump to content

Recommended Posts

Posted

Hi,

I am trying to create an excel sheet with lists of software and when it expires. Ideally when we open the sheet we want it to show the ones that expire within say a month it higlights the cell as red.

 

Cheers

- Stuart

Posted

Err unless it's changed recently it should be as simple as putting it into the "open" event

 

aka:

 

Private Sub Workbook_Open()

Run "MyHighlightyMacro"

End Sub

 

Steve

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...