Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() The following code is returning a Compile Error: Automation type no supported in visual basic. The underlined portion of the code is wha is highlighted when I get the error message. Regards, EP Sub Button9_Click() Dim _Answer_As_VbMsgBoxResult_ Dim blnCopy As Boolean If Sheets("Data").Range("Y3").Value Sheets("Input").Range("G9").Value Then CopyData: ********Sheets("Input").Range("G15:H29").Copy ********Sheets("Data").Range("D114").PasteSpecial Paste:=xlValues SkipBlanks:=True ********Sheets("Input").Range("G15:H29").ClearCont ents ********Sheets("Input").Range("L15:M24").Copy ********Sheets("Data").Range("D130").PasteSpecial Paste:=xlValues ********Sheets("Input").Range("L15:M24").ClearCont ents If blnCopy = True Then GoTo ResumeHere **blnCopy = True End If If Range("C15").Value < Range("F15").Value = False Then ********Answer = MsgBox("These dates have already been entered. Do yo want to continue?", vbYesNo) End If If Answer = vbYes Then *GoTo CopyData ResumeHe ElseIf Answer = vbNo Then ** 'Do Nothing End If Continue: ****Application.CutCopyMode = False End Su -- edwardpestia ----------------------------------------------------------------------- edwardpestian's Profile: http://www.excelforum.com/member.php...fo&userid=3380 View this thread: http://www.excelforum.com/showthread.php?threadid=53748 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
split post code (zip code) out of cell that includes full address | Excel Discussion (Misc queries) | |||
Drop Down/List w/Code and Definition, only code entered when selec | Excel Worksheet Functions | |||
do anybody have a sample code for executing excel macro from vb code?<eom | Excel Programming | |||
run code on opening workbook and apply code to certain sheets | Excel Programming | |||
stubborn Excel crash when editing code with code, one solution | Excel Programming |