Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 50
Default Adding Values

How do I code to add a textbox on a userform to a cell on a worksheet.

the cell is

sheet2.range("b4")
textbox7

thanks

Greg


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 718
Default Adding Values

With Sheet2.Range("B4")
.Value = .Value + TextBox7.Value
End With

HTH
--
AP

"Greg" a écrit dans le message de news:
...
How do I code to add a textbox on a userform to a cell on a worksheet.

the cell is

sheet2.range("b4")
textbox7

thanks

Greg



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
Adding mm:ss values Howard Kaikow Excel Worksheet Functions 10 August 13th 09 05:21 PM
Adding Values Sandy Excel Worksheet Functions 3 May 4th 08 04:39 PM
Adding numerical values based on multiple values in another column Kazmaniac Excel Worksheet Functions 6 April 4th 07 08:53 PM
adding name values AKPhil Excel Worksheet Functions 7 April 27th 06 01:21 AM
adding name values AKPhil Excel Discussion (Misc queries) 1 April 26th 06 09:41 PM


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