A Anas63 New Member Apr 2, 2023 #1 Hi need help For example I have 50 filename in a folder by using file names without their extension need vbscript to copy and paste in other folder.
Hi need help For example I have 50 filename in a folder by using file names without their extension need vbscript to copy and paste in other folder.
V vletm Excel Ninja Apr 2, 2023 #2 Anas63 Manually #1 select those 50 files #2 do copy #3 select other folder #4 do paste You joined yesterday and after that You could wait about five minutes - You could have done Your copy and paste many times. Where did You need something? Last edited: Apr 3, 2023
Anas63 Manually #1 select those 50 files #2 do copy #3 select other folder #4 do paste You joined yesterday and after that You could wait about five minutes - You could have done Your copy and paste many times. Where did You need something?
B BobBridges Active Member Apr 3, 2023 #3 No, "vbscript" he said, not manually. Whenever I write a program to deal with folders and files, I use the FileSystemObject. VBScript works fine with that; see the documentation at https://learn.microsoft.com/en-us/p...developer/windows-scripting/hww8txat(v=vs.84). Start there and then ask more questions as needed.
No, "vbscript" he said, not manually. Whenever I write a program to deal with folders and files, I use the FileSystemObject. VBScript works fine with that; see the documentation at https://learn.microsoft.com/en-us/p...developer/windows-scripting/hww8txat(v=vs.84). Start there and then ask more questions as needed.