Click here to Skip to main content
15,914,447 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: setting text properties Pin
dianadcx14-Nov-06 3:05
dianadcx14-Nov-06 3:05 
Questionnumeric Pin
jds120713-Nov-06 4:13
jds120713-Nov-06 4:13 
AnswerRe: numeric Pin
Tim Carmichael13-Nov-06 5:22
Tim Carmichael13-Nov-06 5:22 
GeneralRe: numeric Pin
jds120713-Nov-06 5:38
jds120713-Nov-06 5:38 
GeneralRe: numeric Pin
Tim Carmichael13-Nov-06 5:43
Tim Carmichael13-Nov-06 5:43 
AnswerRe: numeric Pin
DDscales13-Nov-06 7:01
DDscales13-Nov-06 7:01 
QuestionSending program output directly to printer. Pin
Omo Code13-Nov-06 3:02
Omo Code13-Nov-06 3:02 
Question(What should be) a simple column problem Pin
73Zeppelin13-Nov-06 2:59
73Zeppelin13-Nov-06 2:59 
First, the disclaimer: I have ZERO experience with VB. However, I have been tasked with writing some code for some intensive calculations using VB in Excel. I have discovered that to write data from an array to the Excel worksheet, you can use the following:

Worksheets("Sheet2").Range("A2").Resize(1, UpperLimit).Value = ConvDataEuro


Where UpperLimit is the size of the row and ConvDataEuro is the array holding my data. However, I need to write in excess of 400 array elements and the row limit on Excel is 256. Thus, I want to write the data in columns rather than rows. Unfortunately, this is apparently not easy to do as I have spent the last hour trying to do this with zero success.

So, my question is: how do I take array data and write it to a column in Excel instead of a row? This should be simple, but under VB in Excel it is not intuitive.

TIA.
AnswerRe: (What should be) a simple column problem Pin
Tim Carmichael13-Nov-06 3:34
Tim Carmichael13-Nov-06 3:34 
GeneralRe: (What should be) a simple column problem Pin
73Zeppelin13-Nov-06 7:03
73Zeppelin13-Nov-06 7:03 
GeneralRe: (What should be) a simple column problem Pin
Tim Carmichael13-Nov-06 7:06
Tim Carmichael13-Nov-06 7:06 
QuestionA problem with threads Pin
mydrive2213-Nov-06 2:51
mydrive2213-Nov-06 2:51 
AnswerRe: A problem with threads Pin
shopi3013-Nov-06 14:23
shopi3013-Nov-06 14:23 
QuestionStoring a Foreign Value Pin
Dayekh13-Nov-06 1:05
Dayekh13-Nov-06 1:05 
AnswerRe: Storing a Foreign Value Pin
nlarson1113-Nov-06 4:46
nlarson1113-Nov-06 4:46 
QuestionFilling A Heart Shape Pin
hannesHTG13-Nov-06 0:44
hannesHTG13-Nov-06 0:44 
QuestionIntercept shutdown? Pin
JDMils12-Nov-06 23:22
JDMils12-Nov-06 23:22 
AnswerRe: Intercept shutdown? Pin
Christian Graus12-Nov-06 23:51
protectorChristian Graus12-Nov-06 23:51 
GeneralRe: Intercept shutdown? Pin
JDMils13-Nov-06 11:53
JDMils13-Nov-06 11:53 
QuestionEdit with Treeview! Pin
Lanmiu_ith12-Nov-06 22:51
Lanmiu_ith12-Nov-06 22:51 
QuestionPopUp with ok and cancel buttons Pin
JayPrakash Kulkarni12-Nov-06 21:03
JayPrakash Kulkarni12-Nov-06 21:03 
AnswerRe: PopUp with ok and cancel buttons Pin
CWIZO12-Nov-06 21:20
CWIZO12-Nov-06 21:20 
Questionchecking items in a checklistBox [modified] Pin
steve_rm12-Nov-06 20:51
steve_rm12-Nov-06 20:51 
AnswerRe: checking items in a checklistBox Pin
The ANZAC15-Nov-06 23:03
The ANZAC15-Nov-06 23:03 
QuestionConsole Application in VB6 Pin
Cmania12-Nov-06 20:13
Cmania12-Nov-06 20:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.