Thread
:
Macro prompts for a number to be used in this macro as a variable
View Single Post
#
2
Posted to microsoft.public.excel.programming
Ardus Petus
external usenet poster
Posts: 718
Macro prompts for a number to be used in this macro as a variable
i=application.inputbox("Prompt","Title",type:=1)
type:=1 requests a numerical value.
HTH
--
AP
"Drahos" a écrit dans le message de news:
...
Dear All,
could anyone help me to write a part of a macro which will prompt to
input a number. This number will be used in the same macro as a number
variable to specify a condition. I mean a user will be prompted to input
the
lowest invoice value. This value can be for example 540.50. This figure
should be used later in the same macro as condition to delete rows having
a
smaller value in an appropriate cell. I need a help to write the part of
the
macro promting for the input and to assign the input figuer to a variable.
Thank you very much for your help.
Drahos.
Reply With Quote
Ardus Petus
View Public Profile
Find all posts by Ardus Petus