Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi,
i have a commandbutton on an excel worksheet. on my operating system the code bellow works but on another computer it prints : run-time error '438' can you help me to solve this problem? Sub CommandButton1_Click1() Dim LNGCOUNT As Long With Application.FileDialog(msoFileDialogOpen) ..AllowMultiSelect = False ..Show ActiveSheet.Shapes.AddPicture .SelectedItems(1), True, True, 20, 25, 220, 270 End With End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Visual Basic Error Run Time Error, Type Mismatch | Excel Discussion (Misc queries) | |||
error '438' | Excel Programming | |||
run-time error '1004': Application-defined or object-deifined error | Excel Programming | |||
Befuddled with For Next Loop ------ Run - Time Error '13' Type Mismatch Error | Excel Programming | |||
Code Error - Run Time Error 5 (Disable Cut, Copy & Paste) | Excel Programming |