ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Run Macro when particular cell is changed? (https://www.excelbanter.com/excel-programming/315513-re-run-macro-when-particular-cell-changed.html)

mangesh_yadav[_153_]

Run Macro when particular cell is changed?
 

you can put your code within the following IF. This checks for a chang
in cell A1

sub worksheet_change()

if target.row = 1 and target.column=1 then

you code here

end if
end sub

- Manges

--
mangesh_yada
-----------------------------------------------------------------------
mangesh_yadav's Profile: http://www.excelforum.com/member.php...fo&userid=1047
View this thread: http://www.excelforum.com/showthread.php?threadid=27445



All times are GMT +1. The time now is 03:03 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com