ِAbo_El_Ela قام بنشر مايو 9, 2023 قام بنشر مايو 9, 2023 ما هو الامر الخاص بأنشاء فولدر عن طريق الـ vba
أفضل إجابة kanory قام بنشر مايو 9, 2023 أفضل إجابة قام بنشر مايو 9, 2023 12 دقائق مضت, ِAbo_El_Ela said: ما هو الامر الخاص بأنشاء فولدر عن طريق الـ vba Sub CreateFolder() Dim folderPath As String folderPath = "C:\Users\UserName\Desktop\NewFolder" If Dir(folderPath, vbDirectory) = "" Then MkDir folderPath MsgBox "Folder created successfully!" Else MsgBox "Folder already exists!" End If End Sub 1
الردود الموصى بها
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.