Click here to Skip to main content
15,916,398 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Windows hook help Pin
MohammadAmiry18-May-06 5:19
MohammadAmiry18-May-06 5:19 
QuestionWebbrowser control help Pin
Member 296885118-May-06 5:06
Member 296885118-May-06 5:06 
QuestionMAPI Pin
cj433118-May-06 5:03
cj433118-May-06 5:03 
AnswerRe: MAPI Pin
Dave Bacher18-May-06 7:41
Dave Bacher18-May-06 7:41 
GeneralRe: MAPI Pin
cj433118-May-06 8:04
cj433118-May-06 8:04 
GeneralRe: MAPI Pin
cj433118-May-06 8:24
cj433118-May-06 8:24 
GeneralRe: MAPI Pin
cj433119-May-06 4:56
cj433119-May-06 4:56 
QuestionApplication.Undo Method Pin
slw1234@sbcglobal.net18-May-06 4:28
slw1234@sbcglobal.net18-May-06 4:28 
Please email me at Sterling.wright@comcast.net
I am trying to undo a range in excel. However, I can't get the script to work. I want to add in funcationality to undo a specificied range. I tried Application.Undo. But, it only resets Cell D106.

Please See Script Below
Private Sub CommandButton1_Click()
Dim Config As Integer
Dim Ans As Integer
Dim MaxVal As Integer
Dim UserEntry As String
Dim Msg As String
Dim DblEntry As Double
MaxVal = ActiveSheet.Range("D107")
UserEntry = ActiveSheet.Range("D106")
If UserEntry > MaxVal Then
Config = vbCritical + vbQuestion + vbDefaultButton2
Ans = MsgBox("Are you sure you want to use more hours than you are budgeted?", Config)
End If
End Sub
Questionproble in landscape and portrait images in asp.net 1.1 Pin
amaneet18-May-06 3:00
amaneet18-May-06 3:00 
AnswerRe: proble in landscape and portrait images in asp.net 1.1 Pin
_AK_18-May-06 19:55
_AK_18-May-06 19:55 
Questionproblem Pin
amaneet18-May-06 2:50
amaneet18-May-06 2:50 
AnswerRe: problem Pin
Colin Angus Mackay18-May-06 4:32
Colin Angus Mackay18-May-06 4:32 
GeneralRe: problem Pin
amaneet18-May-06 20:05
amaneet18-May-06 20:05 
QuestionHow to embed the dll in my project? Pin
cylix200018-May-06 1:49
cylix200018-May-06 1:49 
Questionchange index colunm in datagrid at runtime Pin
vipinpaliwal198018-May-06 1:31
vipinpaliwal198018-May-06 1:31 
GeneralRe: change index colunm in datagrid at runtime Pin
_AK_18-May-06 2:05
_AK_18-May-06 2:05 
QuestionSimple Question about two forms Pin
cylix200018-May-06 1:18
cylix200018-May-06 1:18 
QuestionCombobox binded Pin
ADY00718-May-06 0:47
ADY00718-May-06 0:47 
AnswerRe: Combobox binded Pin
_AK_18-May-06 2:04
_AK_18-May-06 2:04 
GeneralRe: Combobox binded Pin
ADY00718-May-06 3:09
ADY00718-May-06 3:09 
GeneralRe: Combobox binded Pin
_AK_18-May-06 20:05
_AK_18-May-06 20:05 
QuestionSearch Google Pin
Dave McCool17-May-06 23:42
Dave McCool17-May-06 23:42 
AnswerRe: Search Google Pin
Christian Graus17-May-06 23:56
protectorChristian Graus17-May-06 23:56 
GeneralRe: Search Google Pin
Yuvi Panda17-May-06 23:58
Yuvi Panda17-May-06 23:58 
Questioncode to find scanner is connected in USB Pin
subhsam17-May-06 23:40
subhsam17-May-06 23:40 

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.