Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
mully
 
Posts: n/a
Default User Form Code

Hi

I'm using an Excel sheet named Customers. In cell S302 I have a running
total of all customers purchases . I have inserted a Text Box on the user
form - how do I code the VBA to show the value of cell S302 in the Text Box
on the User Form

Any help would be much appreciated

Cheers ----- Mully
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default


Textbox1.Text = Worksheets("Sheet1").Range("S302").Text

--

HTH

RP
(remove nothere from the email address if mailing direct)


"mully" wrote in message
...
Hi

I'm using an Excel sheet named Customers. In cell S302 I have a running
total of all customers purchases . I have inserted a Text Box on the user
form - how do I code the VBA to show the value of cell S302 in the Text

Box
on the User Form

Any help would be much appreciated

Cheers ----- Mully



  #3   Report Post  
mully
 
Posts: n/a
Default

Hi Bob

Thinking I'm getting there - however got to leave things for now - Big
Football Match here in the UK today.
Thanks for all your help

Cheers Mully

"Bob Phillips" wrote:


Textbox1.Text = Worksheets("Sheet1").Range("S302").Text

--

HTH

RP
(remove nothere from the email address if mailing direct)


"mully" wrote in message
...
Hi

I'm using an Excel sheet named Customers. In cell S302 I have a running
total of all customers purchases . I have inserted a Text Box on the user
form - how do I code the VBA to show the value of cell S302 in the Text

Box
on the User Form

Any help would be much appreciated

Cheers ----- Mully




  #4   Report Post  
Bob Phillips
 
Posts: n/a
Default

I know. I am there. Come on the Gooners!


"mully" wrote in message
...
Hi Bob

Thinking I'm getting there - however got to leave things for now - Big
Football Match here in the UK today.
Thanks for all your help

Cheers Mully

"Bob Phillips" wrote:


Textbox1.Text = Worksheets("Sheet1").Range("S302").Text

--

HTH

RP
(remove nothere from the email address if mailing direct)


"mully" wrote in message
...
Hi

I'm using an Excel sheet named Customers. In cell S302 I have a

running
total of all customers purchases . I have inserted a Text Box on the

user
form - how do I code the VBA to show the value of cell S302 in the

Text
Box
on the User Form

Any help would be much appreciated

Cheers ----- Mully






  #5   Report Post  
mully
 
Posts: n/a
Default

Hi Bob

Thanks for the help !!! the bloody lucky Gooners spoilt my day

Cheers --- Mully

"Bob Phillips" wrote:

I know. I am there. Come on the Gooners!


"mully" wrote in message
...
Hi Bob

Thinking I'm getting there - however got to leave things for now - Big
Football Match here in the UK today.
Thanks for all your help

Cheers Mully

"Bob Phillips" wrote:


Textbox1.Text = Worksheets("Sheet1").Range("S302").Text

--

HTH

RP
(remove nothere from the email address if mailing direct)


"mully" wrote in message
...
Hi

I'm using an Excel sheet named Customers. In cell S302 I have a

running
total of all customers purchases . I have inserted a Text Box on the

user
form - how do I code the VBA to show the value of cell S302 in the

Text
Box
on the User Form

Any help would be much appreciated

Cheers ----- Mully








  #6   Report Post  
Bob Phillips
 
Posts: n/a
Default

Never mind Mully,

It may seem lucky, but at the end of it, the winners are those that stick it
in the net most times! And of course, the ref wasn't inclined to add extra
time until MU scored :-)

PS you don't name yourself after the great Alan Mullery by any chance?


"mully" wrote in message
...
Hi Bob

Thanks for the help !!! the bloody lucky Gooners spoilt my day

Cheers --- Mully

"Bob Phillips" wrote:




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
opening a user form maxzsim Excel Worksheet Functions 2 May 4th 05 10:03 AM
Make Change Case in Excel a format rather than formula Kevin Excel Worksheet Functions 1 March 18th 05 08:53 PM
user form static69 Excel Discussion (Misc queries) 1 February 6th 05 08:43 PM
Data Entry Alert in User Form Kev Excel Discussion (Misc queries) 6 January 8th 05 03:01 PM
A "previous" button on a user form Anthony Slater Excel Discussion (Misc queries) 3 November 29th 04 05:57 PM


All times are GMT +1. The time now is 03:15 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"