Click here to Skip to main content
15,894,291 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Object reference error Pin
nickiii11-Jun-07 5:48
nickiii11-Jun-07 5:48 
GeneralRe: Object reference error [modified] Pin
Tom John11-Jun-07 6:44
Tom John11-Jun-07 6:44 
AnswerRe: Object reference error Pin
Guffa11-Jun-07 6:36
Guffa11-Jun-07 6:36 
GeneralRe: Object reference error Pin
nickiii11-Jun-07 8:25
nickiii11-Jun-07 8:25 
QuestionInstallers and updating your program Pin
steve_rm11-Jun-07 5:38
steve_rm11-Jun-07 5:38 
AnswerRe: Installers and updating your program Pin
Tom John11-Jun-07 5:48
Tom John11-Jun-07 5:48 
QuestionVBA Excel Hyperlinks Pin
DanB198311-Jun-07 4:54
DanB198311-Jun-07 4:54 
AnswerRe: VBA Excel Hyperlinks Pin
Duane in Japan12-Jun-07 21:54
Duane in Japan12-Jun-07 21:54 
Dont know if this will help any but I used to Hyperlink thousands of cells down column A with a loop.

Here is a piece.

ActiveSheet.Hyperlink.Add Anchor:=Sheet1.cells(a,1), _
Address:=Sheet1.cells(a,1).value, _
TextToDiaplay:=Sheet1.cells(a,1).value

Then it would loop to A2, A3 and so on down the line till it errored cause I did not know how to stop the loop. (a,1) is column A and row 1, I think, maybe first row and column 1. I think row is mentioned before column???

This stated whatever text was in cell A1, hyperlink it, yes in my case it was a web address, this was several years ago. Now I use a third party macro recorder, not VBA, and it double clicks on the cell as you mentioned and creates the hyperlink through its double click leftmouseclick code.

Hope the snippit above gives you an idea, check the help file if needed.
QuestionFormat a line in Outlook message Pin
RichardBerry11-Jun-07 4:26
RichardBerry11-Jun-07 4:26 
AnswerRe: Format a line in Outlook message Pin
DanB198311-Jun-07 4:57
DanB198311-Jun-07 4:57 
QuestionEdit Data Pin
orisugbeye11-Jun-07 3:31
orisugbeye11-Jun-07 3:31 
AnswerRe: Edit Data Pin
Tamimi - Code11-Jun-07 3:54
Tamimi - Code11-Jun-07 3:54 
QuestionVB.Net(ByVal sender As System.Object) [modified] Pin
Aman.Jen11-Jun-07 0:58
Aman.Jen11-Jun-07 0:58 
AnswerRe: VB.Net(ByVal sender As System.Object) Pin
Christian Graus11-Jun-07 1:35
protectorChristian Graus11-Jun-07 1:35 
GeneralRe: VB.Net(ByVal sender As System.Object) Pin
Aman.Jen11-Jun-07 1:57
Aman.Jen11-Jun-07 1:57 
GeneralRe: VB.Net(ByVal sender As System.Object) Pin
Tom Wright11-Jun-07 7:13
Tom Wright11-Jun-07 7:13 
QuestionAdding items to the listview Pin
chakor12311-Jun-07 0:34
chakor12311-Jun-07 0:34 
AnswerRe: Adding items to the listview Pin
originSH11-Jun-07 0:43
originSH11-Jun-07 0:43 
AnswerRe: Adding items to the listview Pin
koolprasad200311-Jun-07 0:50
professionalkoolprasad200311-Jun-07 0:50 
AnswerRe: Adding items to the listview Pin
chakor12311-Jun-07 1:12
chakor12311-Jun-07 1:12 
QuestionModule problem Pin
ayeleteric10-Jun-07 23:50
ayeleteric10-Jun-07 23:50 
QuestionI need a Site where i Can Download free E-books for Vb.Net Pin
Vimalsoft(Pty) Ltd10-Jun-07 22:45
professionalVimalsoft(Pty) Ltd10-Jun-07 22:45 
AnswerRe: I need a Site where i Can Download free E-books for Vb.Net Pin
Harini N K10-Jun-07 23:49
Harini N K10-Jun-07 23:49 
GeneralRe: I need a Site where i Can Download free E-books for Vb.Net Pin
Vimalsoft(Pty) Ltd11-Jun-07 1:19
professionalVimalsoft(Pty) Ltd11-Jun-07 1:19 
AnswerRe: I need a Site where i Can Download free E-books for Vb.Net Pin
Christian Graus11-Jun-07 0:23
protectorChristian Graus11-Jun-07 0:23 

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.