Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Sorry, I forgot the subject when I mailed this post a couple of minutes ago.
-------------------------------------------------------------------------- Hi all, In my code I have a line like Const sABCD As String = "," but instead of this I want to enter the comma (or another character or string or nothing) by means of input via a kind of box that will pop up when the code is executed. What code do I need? Jack Sons The Netherlands |
#2
![]() |
|||
|
|||
![]()
Dim sABCD As String
sABCD = Inputbox("Input a character") -- HTH RP (remove nothere from the email address if mailing direct) "Jack Sons" wrote in message ... Sorry, I forgot the subject when I mailed this post a couple of minutes ago. -------------------------------------------------------------------------- Hi all, In my code I have a line like Const sABCD As String = "," but instead of this I want to enter the comma (or another character or string or nothing) by means of input via a kind of box that will pop up when the code is executed. What code do I need? Jack Sons The Netherlands |
#3
![]() |
|||
|
|||
![]()
Bob,
Thanks. Apparently this is one of my off days, for the second time within an hour I have to sya "I felt that I somehow was overlooking the obvious, now I'm sure." Jack. "Bob Phillips" schreef in bericht ... Dim sABCD As String sABCD = Inputbox("Input a character") -- HTH RP (remove nothere from the email address if mailing direct) "Jack Sons" wrote in message ... Sorry, I forgot the subject when I mailed this post a couple of minutes ago. -------------------------------------------------------------------------- Hi all, In my code I have a line like Const sABCD As String = "," but instead of this I want to enter the comma (or another character or string or nothing) by means of input via a kind of box that will pop up when the code is executed. What code do I need? Jack Sons The Netherlands |
#4
![]() |
|||
|
|||
![]()
Well, we're always pleased to hear from you Jack :-))
Bob "Jack Sons" wrote in message ... Bob, Thanks. Apparently this is one of my off days, for the second time within an hour I have to sya "I felt that I somehow was overlooking the obvious, now I'm sure." Jack. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change case...help please | Excel Worksheet Functions | |||
Macro for changing text to Proper Case | Excel Worksheet Functions | |||
Using other workbooks.. | Excel Worksheet Functions | |||
Make Change Case in Excel a format rather than formula | Excel Worksheet Functions | |||
Opening a file with code without a set file name | Excel Discussion (Misc queries) |