Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I want to find the syntax for AutoCad file Type *.dwg That way when my excel file lister will only bring up autocad files into the spreadsheet. Please help. With Application.FileSearch .LookIn = strSourceFolder 'look in the folder browsed to .FileType = msoFileTypeAllFiles 'get all files .SearchSubFolders = False 'don't search sub directories .Execute 'run the search |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Ho do I create an autocad file from a 2007 Excel spreadsheet? | Excel Discussion (Misc queries) | |||
Inserting .dwg file in excel opens the drawing in autocad... | Excel Worksheet Functions | |||
how to open an Autocad file in Excel using VBA | Excel Programming | |||
edit an autocad r14 | Excel Discussion (Misc queries) | |||
Hyperlink to AutoCad file ?? | Excel Programming |