Is there a way to move a file from one folder to another??
I tried using shell("move " & FilenameandPath) but the filename has to be very basic. The files that I want to move contain -'s and a few other symbols.
Hi, I am having trouble with RemoveItem.
This is what I have so far:
For N = 0 To List1.ListCount - 1
If List1.Selected(N) = True Then
List1.RemoveItem List1.ListIndex
End If
Next
I have also tried:
For N = 0 To List1.ListCount - 1
If List1.Selected(N) = True Then...
Sorry if this question has been asked before, but I was unable to find it.
I have created a help file, but i don't know how to open it so that the user can see it.
Hi, I have a list box, called List1. This list box is filled with information gathered from a file, called source.txt.
My problem is that i want to edit a piece of data without messing up the order. My solution would be to copy all of the data above the selected item to one file, copy all of...
I have a text box which strictly requires a numerical value. If any character other than a number is entered, the program performs an error. Is there a way to prevent the user from entering anything other than a number??
Is there a way to repeat a command a certain amount of times??
Basically, I want the user to set how many times that a command is executed. However everything that I try doesn't work.
I have tried
i = 0
Do Until i = Int(Repeat.Text)
string
i = i + 1
Loop
String is the code which...
I have a program which can have multiple users. I have created it so that extra users can be added. This is done by creating a txt document which I have called source and placing the users name and ID number within. However I am having some trouble removing the users from the text document...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.