Click here to Skip to main content
15,904,156 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Permanent Connection ? Pin
Mycroft Holmes18-Oct-08 3:01
professionalMycroft Holmes18-Oct-08 3:01 
GeneralRe: Permanent Connection ? Pin
Guffa18-Oct-08 6:53
Guffa18-Oct-08 6:53 
GeneralRe: Permanent Connection ? Pin
Mycroft Holmes18-Oct-08 12:56
professionalMycroft Holmes18-Oct-08 12:56 
GeneralRe: Permanent Connection ? Pin
Dave Kreskowiak18-Oct-08 3:28
mveDave Kreskowiak18-Oct-08 3:28 
GeneralRe: Permanent Connection ? Pin
Mycroft Holmes18-Oct-08 3:35
professionalMycroft Holmes18-Oct-08 3:35 
GeneralProblem with Excel Formula... Need some help Pin
Golden Jing16-Oct-08 22:48
Golden Jing16-Oct-08 22:48 
GeneralRe: Problem with Excel Formula... Need some help Pin
Dave Kreskowiak17-Oct-08 6:15
mveDave Kreskowiak17-Oct-08 6:15 
GeneralRe: Problem with Excel Formula... Need some help Pin
Golden Jing19-Oct-08 16:02
Golden Jing19-Oct-08 16:02 
Thanks Dave,

I would like to tell you again about "=Sum(A1:An)"
Yes "A1" is first row, then the An is the under row of the first row which we do not respect what its number.
But i want to write code to do that with control "For Loop" and need some else to replace "A1:An", "B1:Bn",... in code.
Example:
For i =1 to An
wkSheet.Cells(1, i) = "=Sum(A1:A"& i &")"
Next

But i want to need some else replace "=Sum(A1:A"& i & ")" to for example: "=Sum("& number &":" & number &")"

Is it possible or not ? Can we replace it ?

Thanks you again for your help...

Best Regards
Sovann

VB.Net

GeneralRe: Problem with Excel Formula... Need some help Pin
Dave Kreskowiak19-Oct-08 18:09
mveDave Kreskowiak19-Oct-08 18:09 
GeneralRe: Problem with Excel Formula... Need some help Pin
Golden Jing19-Oct-08 18:26
Golden Jing19-Oct-08 18:26 
QuestionRuntime instance creation Pin
SelvaShankar16-Oct-08 19:59
SelvaShankar16-Oct-08 19:59 
AnswerRe: Runtime instance creation Pin
Steven J Jowett16-Oct-08 22:44
Steven J Jowett16-Oct-08 22:44 
AnswerRe: Runtime instance creation Pin
Mycroft Holmes17-Oct-08 23:24
professionalMycroft Holmes17-Oct-08 23:24 
GeneralRe: Runtime instance creation Pin
SelvaShankar20-Oct-08 19:06
SelvaShankar20-Oct-08 19:06 
AnswerRe: Runtime instance creation Pin
SelvaShankar31-Oct-08 2:06
SelvaShankar31-Oct-08 2:06 
QuestionPopulate TreeView on demand in VB Pin
Sonhospa16-Oct-08 9:46
Sonhospa16-Oct-08 9:46 
AnswerRe: Populate TreeView on demand in VB Pin
Dave Kreskowiak16-Oct-08 10:05
mveDave Kreskowiak16-Oct-08 10:05 
NewsRe: Populate TreeView on demand in VB Pin
Sonhospa16-Oct-08 11:24
Sonhospa16-Oct-08 11:24 
GeneralRe: Populate TreeView on demand in VB Pin
Dave Kreskowiak16-Oct-08 12:07
mveDave Kreskowiak16-Oct-08 12:07 
QuestionRe: Populate TreeView on demand in VB Pin
Sonhospa16-Oct-08 12:35
Sonhospa16-Oct-08 12:35 
AnswerRe: Populate TreeView on demand in VB Pin
Dave Kreskowiak16-Oct-08 13:50
mveDave Kreskowiak16-Oct-08 13:50 
GeneralRe: Populate TreeView on demand in VB Pin
Sonhospa16-Oct-08 20:22
Sonhospa16-Oct-08 20:22 
GeneralRe: Populate TreeView on demand in VB Pin
Dave Kreskowiak17-Oct-08 1:54
mveDave Kreskowiak17-Oct-08 1:54 
QuestionProblems Calling A Function Pin
Phantom71516-Oct-08 7:47
Phantom71516-Oct-08 7:47 
AnswerRe: Problems Calling A Function Pin
nlarson1116-Oct-08 7:56
nlarson1116-Oct-08 7:56 

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.