PC Review


Reply
Thread Tools Rate Thread

Assign the content of a cell from excel to a variabele

 
 
Wesselius
Guest
Posts: n/a
 
      14th Jan 2004
How do i add the content of a cell to a variabele within visual basic

--
Message posted from http://www.ExcelForum.com

 
Reply With Quote
 
 
 
 
pikus
Guest
Posts: n/a
 
      14th Jan 2004
var1 = Worksheets("Sheet1").Cells(1, 1).Value
or:
var1 = Worksheets(1).Cells(1, 1).Valu

--
Message posted from http://www.ExcelForum.com

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Merging into an Excel Cell the content of the Bookmarked table Cell from msword chamdan0150@netscape.net Microsoft Excel Discussion 1 6th Dec 2006 06:32 PM
How do i assign cell A1 to show the current cursor cell in Excel? =?Utf-8?B?T0I=?= Microsoft Excel Misc 2 11th Oct 2006 04:02 PM
Assign Cell Content As File Name paul.sternhagen@gmail.com Microsoft Excel Programming 2 18th Oct 2005 06:42 PM
assign cell content as file name paul.sternhagen@gmail.com Microsoft Excel Discussion 1 18th Oct 2005 05:12 PM
excel macro om selectie op blad1 te kopieren en te plakken op een variabele locatie Rudie Microsoft Excel Discussion 0 19th Dec 2004 04:22 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:46 PM.