#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default i need help

i was tasked with creating a logging program in excel. i can create
the spreadsheet portion without problem what i'm looking to do is use
the visual basic editor to make loading the data easier.

i have the form created but now what.

i need to find out how to get the data from the textboxes into each
cell. every online tutorial i look at will tell me everything EXCEPT
that.

how do i get the data from a textbox to be written into a cell/row?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 812
Default i need help

how do i get the data from a textbox to be written into a cell/row?

Sheets("Sheet1").Range("A1") = Textbox1.Value

Hth,
Merjet


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



All times are GMT +1. The time now is 09:34 AM.

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"