![]() |
Macro Examples for prompting info
I am looking for a good source of examples to show an Excel macro that
prompts for input, then finishes executing macro using the input. Any books, online sites, or personal inventory would help. Thanks. |
Macro Examples for prompting info
Sub sonic()
n = Application.InputBox("give me a number:", 1) MsgBox ("you gave me: " & n) End Sub -- Gary''s Student - gsnu200719 |
All times are GMT +1. The time now is 03:20 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com