Click here to Skip to main content
15,888,315 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: 8-puzzle game Pin
Mycroft Holmes7-May-14 23:23
professionalMycroft Holmes7-May-14 23:23 
Question8-puzzle game Pin
Member 108030917-May-14 21:01
Member 108030917-May-14 21:01 
QuestionPaste in next available row Pin
David Rubin6-May-14 6:43
David Rubin6-May-14 6:43 
AnswerRe: Paste in next available row Pin
Eddy Vluggen6-May-14 7:25
professionalEddy Vluggen6-May-14 7:25 
GeneralRe: Paste in next available row Pin
David Rubin6-May-14 7:27
David Rubin6-May-14 7:27 
GeneralRe: Paste in next available row Pin
Eddy Vluggen6-May-14 7:42
professionalEddy Vluggen6-May-14 7:42 
GeneralRe: Paste in next available row Pin
David Rubin6-May-14 7:46
David Rubin6-May-14 7:46 
GeneralRe: Paste in next available row Pin
Eddy Vluggen6-May-14 8:49
professionalEddy Vluggen6-May-14 8:49 
David Rubin wrote:
Again, I am new at this.
All of us started that way.

David Rubin wrote:
None of what you just said makes any sense to me.
Copying/pasting is something that's baked into Windows; and it's hard for applications to change it's behaviour, because it's deemed an important function.

Can you give me a brief idea of what you're trying to achieve? It looks like you want to have the user make a list of things.

David Rubin wrote:
Do you know how to help me figure out how to make my code work?
I'm not on a machine with Excel atm, but I'll be running the code later. As the second line of code, insert the line below;
VB
Sheets("Sheet1").Cells(1, 1) = lMaxRows
That should tell you what is considered to be the "next free cell".
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: Paste in next available row Pin
David Rubin6-May-14 11:22
David Rubin6-May-14 11:22 
GeneralRe: Paste in next available row Pin
Mycroft Holmes6-May-14 13:03
professionalMycroft Holmes6-May-14 13:03 
GeneralRe: Paste in next available row Pin
Eddy Vluggen9-May-14 5:21
professionalEddy Vluggen9-May-14 5:21 
GeneralRe: Paste in next available row Pin
David Rubin6-May-14 7:28
David Rubin6-May-14 7:28 
QuestionHow i can use stored procedure in vb.net with two parameters Pin
tastini5-May-14 7:47
professionaltastini5-May-14 7:47 
AnswerRe: How i can use stored procedure in vb.net with two parameters Pin
Wes Aday5-May-14 8:28
professionalWes Aday5-May-14 8:28 
GeneralRe: How i can use stored procedure in vb.net with two parameters Pin
tastini5-May-14 8:41
professionaltastini5-May-14 8:41 
AnswerRe: How i can use stored procedure in vb.net with two parameters Pin
ZurdoDev5-May-14 9:13
professionalZurdoDev5-May-14 9:13 
AnswerRe: How i can use stored procedure in vb.net with two parameters Pin
Eddy Vluggen5-May-14 8:44
professionalEddy Vluggen5-May-14 8:44 
GeneralRe: How i can use stored procedure in vb.net with two parameters Pin
tastini5-May-14 8:46
professionaltastini5-May-14 8:46 
QuestionRe: How i can use stored procedure in vb.net with two parameters Pin
Eddy Vluggen5-May-14 9:00
professionalEddy Vluggen5-May-14 9:00 
AnswerRe: How i can use stored procedure in vb.net with two parameters Pin
tastini5-May-14 9:13
professionaltastini5-May-14 9:13 
GeneralRe: How i can use stored procedure in vb.net with two parameters Pin
Eddy Vluggen6-May-14 7:38
professionalEddy Vluggen6-May-14 7:38 
AnswerRe: How i can use stored procedure in vb.net with two parameters Pin
ZurdoDev5-May-14 9:13
professionalZurdoDev5-May-14 9:13 
GeneralRe: How i can use stored procedure in vb.net with two parameters Pin
tastini5-May-14 9:18
professionaltastini5-May-14 9:18 
AnswerRe: How i can use stored procedure in vb.net with two parameters Pin
ZurdoDev5-May-14 9:26
professionalZurdoDev5-May-14 9:26 
GeneralRe: How i can use stored procedure in vb.net with two parameters Pin
tastini5-May-14 9:34
professionaltastini5-May-14 9:34 

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.