Thread
:
Highlight a cell and a message box
View Single Post
#
1
Posted to microsoft.public.excel.programming
Heather
external usenet poster
Posts: 148
Highlight a cell and a message box
is there a way to highlight this cell as well and ask the user for how much
they would like to discount?
' Formats the Discount Percentage
.Range("H1").Select
Selection.NumberFormat = "0.00%"
Thank you!
Reply With Quote
Heather
View Public Profile
Find all posts by Heather