Thanks but I must be very slow <g>
What I want is to insert quotes around the string FileName in the code
below;
I don't see how I can do that using double quotes
FileName = Application.GetOpenFilename("VLXE Files (*.XML), *.XML")
If FileName <> False Then
str = "=VLXE_WriteFileIntoDll(" & FileName & ")"
ActiveCell.Offset(rowOffset:=0, columnOffset:=0).Value = str
end if
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.