Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Jack Sons
 
Posts: n/a
Default code for a pop up box

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   Report Post  
Bob Phillips
 
Posts: n/a
Default code for a pop up box

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   Report Post  
Jack Sons
 
Posts: n/a
Default code for a pop up box

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   Report Post  
Bob Phillips
 
Posts: n/a
Default code for a pop up box

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Change case...help please Terry Excel Worksheet Functions 14 October 2nd 05 12:29 PM
Macro for changing text to Proper Case JPriest Excel Worksheet Functions 3 August 8th 05 09:31 PM
Using other workbooks.. DavidMunday Excel Worksheet Functions 2 July 1st 05 07:35 AM
Make Change Case in Excel a format rather than formula Kevin Excel Worksheet Functions 1 March 18th 05 08:53 PM
Opening a file with code without a set file name jenkinspat Excel Discussion (Misc queries) 1 March 4th 05 10:50 AM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"