Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A_GetADI_AskDup and A_GetADI_No_Dup not working #16

Open
ktrussell opened this issue Jun 26, 2024 · 4 comments
Open

A_GetADI_AskDup and A_GetADI_No_Dup not working #16

ktrussell opened this issue Jun 26, 2024 · 4 comments

Comments

@ktrussell
Copy link

These macros give an error related to opening the file. I could see the problem being this line:

myFile = Worksheets("OM_Ct").Cells(1, 27).Value

I replaced that with these 2 lines copied from A_GetADI:
myDir = DownloadFolder()
myFile = myDir & Worksheets("OC_Config").Range("B5").Value

Then an error occurred in another place. I did not troubleshoot further.

Thank you for this great tool!

@x2rider
Copy link
Owner

x2rider commented Jun 26, 2024 via email

@ktrussell
Copy link
Author

ktrussell commented Jun 27, 2024

OK. They sounded very useful to be able not to have to only export the new contacts, but instead to let the macro not import duplicates. I can work without them, of course.

Thanks!
Kenny
KT4X

@x2rider
Copy link
Owner

x2rider commented Jun 27, 2024 via email

@ktrussell
Copy link
Author

I am not familiar with the send to eqsl function. I will look at that. That should work fine. I try to export from Netlogger every day after I have added log entries. If I do that, I know exactly which contacts to select to do the export. If I miss a day or two, I have to search on your OM_Ct tab to see what is there, comparing the Netlogger. So, what I was planning to do wth the A_GetADI_NoDup macro was just grab some more than I know I need to export and let the macro keep out the dups.

But, I can keep doing what I am doing, or better yet, I'll use the eqsl function so I have that "E" flag to go by.

Thanks so much!
Kenny
KT4X

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants