Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Wonder if someone can help me please. I have a macro that looks for emails containing a certain word in the subject line. It takes the attachments from those emails, copies them and pastes them in a shared C Drive folder. To save the attachments I am using the filesize as a unique filename. However the problem is that when there are two files with the same file size, one overwrites the other. I know I can use the subject line in it's entirety but the subject line is too long. There is however a unique number within each file that starts with ":File then 5 different digits". Does anyone know please whether I can use just this part of the subject line within to use to save the file or perhaps something else. I'm sorry to go on a bit but I thought I needed to explain the whole problem. Regards Chris |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
No luck with this that I suggested in your other thread olAtt.SaveAsFile MyPath & olMi.SenderName & " " & i & ".xls" -- Regards Ron de Bruin http://www.rondebruin.nl "ir26121973" wrote in message ... Hi, Wonder if someone can help me please. I have a macro that looks for emails containing a certain word in the subject line. It takes the attachments from those emails, copies them and pastes them in a shared C Drive folder. To save the attachments I am using the filesize as a unique filename. However the problem is that when there are two files with the same file size, one overwrites the other. I know I can use the subject line in it's entirety but the subject line is too long. There is however a unique number within each file that starts with ":File then 5 different digits". Does anyone know please whether I can use just this part of the subject line within to use to save the file or perhaps something else. I'm sorry to go on a bit but I thought I needed to explain the whole problem. Regards Chris |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ron,
I'm so very sorrry, I hadn't seen this in my other thread, it works a treat. Sorry to have wasted your time. Thanks a million....once again Kind regards Chris "Ron de Bruin" wrote: Hi No luck with this that I suggested in your other thread olAtt.SaveAsFile MyPath & olMi.SenderName & " " & i & ".xls" -- Regards Ron de Bruin http://www.rondebruin.nl "ir26121973" wrote in message ... Hi, Wonder if someone can help me please. I have a macro that looks for emails containing a certain word in the subject line. It takes the attachments from those emails, copies them and pastes them in a shared C Drive folder. To save the attachments I am using the filesize as a unique filename. However the problem is that when there are two files with the same file size, one overwrites the other. I know I can use the subject line in it's entirety but the subject line is too long. There is however a unique number within each file that starts with ":File then 5 different digits". Does anyone know please whether I can use just this part of the subject line within to use to save the file or perhaps something else. I'm sorry to go on a bit but I thought I needed to explain the whole problem. Regards Chris |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm so very sorrry, I hadn't seen this in my other thread, it works a treat.
No problem It was a long thread <g Have a nice day -- Regards Ron de Bruin http://www.rondebruin.nl "ir26121973" wrote in message ... Ron, I'm so very sorrry, I hadn't seen this in my other thread, it works a treat. Sorry to have wasted your time. Thanks a million....once again Kind regards Chris "Ron de Bruin" wrote: Hi No luck with this that I suggested in your other thread olAtt.SaveAsFile MyPath & olMi.SenderName & " " & i & ".xls" -- Regards Ron de Bruin http://www.rondebruin.nl "ir26121973" wrote in message ... Hi, Wonder if someone can help me please. I have a macro that looks for emails containing a certain word in the subject line. It takes the attachments from those emails, copies them and pastes them in a shared C Drive folder. To save the attachments I am using the filesize as a unique filename. However the problem is that when there are two files with the same file size, one overwrites the other. I know I can use the subject line in it's entirety but the subject line is too long. There is however a unique number within each file that starts with ":File then 5 different digits". Does anyone know please whether I can use just this part of the subject line within to use to save the file or perhaps something else. I'm sorry to go on a bit but I thought I needed to explain the whole problem. Regards Chris |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Cheers Ron,
Have a nice day to you also. All the best Chris "Ron de Bruin" wrote: I'm so very sorrry, I hadn't seen this in my other thread, it works a treat. No problem It was a long thread <g Have a nice day -- Regards Ron de Bruin http://www.rondebruin.nl "ir26121973" wrote in message ... Ron, I'm so very sorrry, I hadn't seen this in my other thread, it works a treat. Sorry to have wasted your time. Thanks a million....once again Kind regards Chris "Ron de Bruin" wrote: Hi No luck with this that I suggested in your other thread olAtt.SaveAsFile MyPath & olMi.SenderName & " " & i & ".xls" -- Regards Ron de Bruin http://www.rondebruin.nl "ir26121973" wrote in message ... Hi, Wonder if someone can help me please. I have a macro that looks for emails containing a certain word in the subject line. It takes the attachments from those emails, copies them and pastes them in a shared C Drive folder. To save the attachments I am using the filesize as a unique filename. However the problem is that when there are two files with the same file size, one overwrites the other. I know I can use the subject line in it's entirety but the subject line is too long. There is however a unique number within each file that starts with ":File then 5 different digits". Does anyone know please whether I can use just this part of the subject line within to use to save the file or perhaps something else. I'm sorry to go on a bit but I thought I needed to explain the whole problem. Regards Chris |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Saving email attachments | Excel Discussion (Misc queries) | |||
Email With attachments | Excel Discussion (Misc queries) | |||
Email attachments | New Users to Excel | |||
array for email attachments? | Excel Programming |