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

Visual Basic

 
GeneralRe: System.Net.WebException Pin
snema8323-Mar-07 7:52
snema8323-Mar-07 7:52 
GeneralRe: System.Net.WebException Pin
Christian Graus23-Mar-07 9:23
protectorChristian Graus23-Mar-07 9:23 
GeneralRe: System.Net.WebException Pin
snema8326-Mar-07 3:20
snema8326-Mar-07 3:20 
QuestionResource.resx Pin
WhiteGirl2323-Mar-07 4:24
WhiteGirl2323-Mar-07 4:24 
AnswerRe: Resource.resx Pin
Christian Graus23-Mar-07 4:37
protectorChristian Graus23-Mar-07 4:37 
QuestionIDisposable again... [modified] Pin
Marcus J. Smith23-Mar-07 3:18
professionalMarcus J. Smith23-Mar-07 3:18 
AnswerRe: IDisposable again... Pin
Christian Graus23-Mar-07 3:41
protectorChristian Graus23-Mar-07 3:41 
Questionvba question Pin
alpdoruk23-Mar-07 3:10
alpdoruk23-Mar-07 3:10 
hi i have a little question this code give me runtime error 91
object variable or with block variable not set.
with this codes i wanna search for \ and if found i wanna delete entire row.
and loop until no more \ in the excel sheet.
any ideas for that error?


Sub satirsil()
Do

Cells.Find(What:="\", After:=ActiveCell, LookIn:=xlFormulas, LookAt:= _
xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:=False _
, SearchFormat:=False).Activate
Rows("7:7").Select
Selection.Delete Shift:=xlUp
Selection.Find(What:="\", After:=ActiveCell, LookIn:=xlFormulas, LookAt _
:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:= _
False, SearchFormat:=False).Activate
Selection.Delete Shift:=xlUp
Selection.FindNext(After:=ActiveCell).Activate
Selection.Delete Shift:=xlUp

Loop Until IsEmpty(ActiveCell.Offset(0, 1))


End Sub
AnswerRe: vba question Pin
alpdoruk23-Mar-07 4:11
alpdoruk23-Mar-07 4:11 
Questionerror occure when using word template Pin
OTAsh23-Mar-07 3:04
OTAsh23-Mar-07 3:04 
AnswerRe: error occure when using word template Pin
VB Prog23-Mar-07 5:12
VB Prog23-Mar-07 5:12 
QuestionWhat is the easiest way to reset the values of array? Pin
JUNEYT23-Mar-07 2:35
JUNEYT23-Mar-07 2:35 
AnswerRe: What is the easiest way to reset the values of array? Pin
StianSandberg23-Mar-07 2:48
StianSandberg23-Mar-07 2:48 
AnswerRe: What is the easiest way to reset the values of array? Pin
Christian Graus23-Mar-07 2:48
protectorChristian Graus23-Mar-07 2:48 
AnswerRe: What is the easiest way to reset the values of array? Pin
Navneet Hegde23-Mar-07 3:43
Navneet Hegde23-Mar-07 3:43 
Question'System.StackOverflowException' Pin
crazyteh23-Mar-07 2:00
crazyteh23-Mar-07 2:00 
AnswerRe: 'System.StackOverflowException' Pin
Colin Angus Mackay23-Mar-07 2:08
Colin Angus Mackay23-Mar-07 2:08 
GeneralRe: 'System.StackOverflowException' Pin
crazyteh25-Mar-07 18:49
crazyteh25-Mar-07 18:49 
GeneralRe: 'System.StackOverflowException' Pin
Colin Angus Mackay25-Mar-07 21:26
Colin Angus Mackay25-Mar-07 21:26 
GeneralRe: 'System.StackOverflowException' Pin
crazyteh25-Mar-07 22:45
crazyteh25-Mar-07 22:45 
Questionbank-costumer basic code for c++ Pin
muchalucha22-Mar-07 22:49
muchalucha22-Mar-07 22:49 
AnswerRe: bank-costumer basic code for c++ Pin
Guffa23-Mar-07 1:13
Guffa23-Mar-07 1:13 
AnswerRe: bank-costumer basic code for c++ Pin
Christian Graus23-Mar-07 3:03
protectorChristian Graus23-Mar-07 3:03 
GeneralRe: bank-costumer basic code for c++ Pin
Dave Kreskowiak23-Mar-07 13:37
mveDave Kreskowiak23-Mar-07 13:37 
Questionresources Pin
WhiteGirl2322-Mar-07 21:38
WhiteGirl2322-Mar-07 21:38 

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.