Quantcast
Channel: GE Intelligent Platforms e-Forum
Viewing all articles
Browse latest Browse all 2516

excel save

$
0
0
how to save excel to a particular folder using vb code

Dim obj As Object
Set obj=createobject("excel.application")

obj.Workbooks.Open filename:= "D:\REPORT.XLS" _
, password:="" 'if exist
obj.application.displayalerts=false
obj.visible=true
i need to finish this script according to save as option any suggestion would be great ful

Viewing all articles
Browse latest Browse all 2516

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>