ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   mkdir problem (https://www.excelbanter.com/excel-programming/308392-re-mkdir-problem.html)

Norman Jones

mkdir problem
 
Hi Keivn,

Try dropping the outer parentheses.

MkDir "C:\test\" & RIGHT(ActiveCell.Text, 4)

worked for me.



---
Regards,
Norman



"Keivn Green" wrote in message
...
When I try to use this command in a macro to create a directory that is
the
last for digits of the activecell it says " Wrong number of arguments or
invalid property assignment."
Here is the line in the code..
MkDir ("C:\test\" & RIGHT(ActiveCell.Text, 4))

If the active cell says 12345678 teh it should make a directory called
c:\test\5678

Any ideas why this doesnt work?





All times are GMT +1. The time now is 04:15 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com