Thanks for replying. I’m not trying to create a folder.The quick and easy way is to open File Explorer, click on Home.New Folder, then type in your folder name as "C:\data" without the quote marks, then Save you jpg file to that directory.
TestBase.xlsm | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | 1108000 | ||||
2 | C:data\ | ||||
3 | C:data\1108000.jpg | ||||
4 | |||||
5 | |||||
6 | |||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
A3 | A3 | =A2&A1&".jpg" |
Sorry for the confusion, this is perfect! Thank you for your assistanceWell it helps if you fully explain what you are trying to do up front so w3e don't have to guess at it., But being that you are a new member, I will overlook that.
You can concatenate cell values via formula to create a cell with the combined valu3es which you can then use as you reference.
TestBase.xlsm
A B C 1 1108000 2 C:data\ 3 C:data\1108000.jpg 4 5 6 Sheet1concatenate different cell values to a single cell then use that concatenated cell value as your Import/Export reference.
Cell Formulas Range Formula A3 A3 =A2&A1&".jpg"