ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   macro (https://www.excelbanter.com/excel-discussion-misc-queries/208200-macro.html)

Danny

macro
 
Hi,
Please help me do the following:

I created a drop-down box to display data from cell A20-A25, and I want a
macro (Called ClearData) that will reset that drop-down box to cell A20 when
the macro is ran.

Is this possible,
thx,
--
danny

Bob Phillips[_3_]

macro
 
Sub Reset()
Range("C5").Value = Range("A20").value
End Sub

--
__________________________________
HTH

Bob

"danny" wrote in message
...
Hi,
Please help me do the following:

I created a drop-down box to display data from cell A20-A25, and I want a
macro (Called ClearData) that will reset that drop-down box to cell A20
when
the macro is ran.

Is this possible,
thx,
--
danny





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

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