![]() |
macro setting?
Hi,
would like some help on running a macro with situational requirement. e.g. cell B1 is list validated, and if scroll down and choose value "1", it automatically runs a specified macro to create other validation setting on a range of cells. if value "B", run marco B. its sth similar as a Button. How do u think I can get this implemented? pls help! thx lots! |
macro setting?
kalz,
Private Sub Worksheet_Change(ByVal Target As Range) Select Case Target.Address Case "B1" '...Do you extra validation Case Else NickHK "kalz" wrote in message ... Hi, would like some help on running a macro with situational requirement. e.g. cell B1 is list validated, and if scroll down and choose value "1", it automatically runs a specified macro to create other validation setting on a range of cells. if value "B", run marco B. its sth similar as a Button. How do u think I can get this implemented? pls help! thx lots! |
All times are GMT +1. The time now is 02:44 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com