Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default assigning text box input to a sheet

I've got these problems::

a cmdButton on a userform should read 3 text boxes
and assign the data on one row across three columns
but I get it to do things like input into col a row1 then
b2 then c3
and worse
it should go a5 b5 c5 with existing data in a2-4 b2-4 c2-4

whn I input data data into text boxes what are the assgnments

for a start date and end date

do I dim them as strings and format them or dim them and Date and do
some other loopy assignment



I want one text box to input todays date from a text box into cell
"E2"...how do I do that ?????


any help is greatly appreciated

I should have said thanks b for the other helpo I've received

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 363
Default assigning text box input to a sheet

I want one text box to input todays date from a text box into cell
"E2"...how do I do that ?????

sheet1.range("E2").value = textbox1.value ' <== Modify Sheet & Textbox Number to suit.


wrote in message
oups.com...
I've got these problems::

a cmdButton on a userform should read 3 text boxes
and assign the data on one row across three columns
but I get it to do things like input into col a row1 then
b2 then c3
and worse
it should go a5 b5 c5 with existing data in a2-4 b2-4 c2-4

whn I input data data into text boxes what are the assgnments

for a start date and end date

do I dim them as strings and format them or dim them and Date and do
some other loopy assignment



I want one text box to input todays date from a text box into cell
"E2"...how do I do that ?????


any help is greatly appreciated

I should have said thanks b for the other helpo I've received


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
Assigning a number value to text SoupNazi Excel Worksheet Functions 6 April 22nd 23 06:12 AM
assigning numbers to text and count the text gimme_donuts[_2_] Excel Discussion (Misc queries) 2 January 5th 09 09:50 AM
IF Then using a column of text and assigning a number to text Dan Excel Discussion (Misc queries) 5 August 20th 08 11:24 PM
Input box and assigning to a variable. Vijay Kotian Excel Programming 2 March 16th 07 02:03 PM
2 questions, copying data from sheet to sheet and assigning macro Boris Excel Worksheet Functions 0 December 16th 04 06:11 PM


All times are GMT +1. The time now is 09:14 PM.

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

About Us

"It's about Microsoft Excel"