Hello
I search macro to do:
create folder in C:\Users\RM\Desktop\Text\ based on cell G1 and create current month within created folder and save file as pdf in current month.
for instance : in G1="REPORTS"
then will become C:\Users\RM\Desktop\Text\REPORTS \
and the current month is JUNE then will become C:\Users\RM\Desktop\Text\REPORTS \JUNE\
and file name should be based on G6 for instance G6=INV NO A23455656
so will become C:\Users\RM\Desktop\Text\REPORTS \JUNE\INV NO A23455656.pdf
and should replace save file every time within created folders or create new folders if they aren't existed based on G1, current month , but I don't save sheet , just range from A:G
thanks
I search macro to do:
create folder in C:\Users\RM\Desktop\Text\ based on cell G1 and create current month within created folder and save file as pdf in current month.
for instance : in G1="REPORTS"
then will become C:\Users\RM\Desktop\Text\REPORTS \
and the current month is JUNE then will become C:\Users\RM\Desktop\Text\REPORTS \JUNE\
and file name should be based on G6 for instance G6=INV NO A23455656
so will become C:\Users\RM\Desktop\Text\REPORTS \JUNE\INV NO A23455656.pdf
and should replace save file every time within created folders or create new folders if they aren't existed based on G1, current month , but I don't save sheet , just range from A:G
thanks