Hi everyone!
I have an issue:
I get data from an online form via excel (linked table), which i append in my main table in access.
Each record has a field with an attachment, which i get as text/hyperlink in my linked table.
Is there a way to download the file and save it in a local folder...
Dear friends,
i've got some cells with various string data.
All of them contain-for sure- a sequence of characters like H500, H501, H600, H603 etc
Is there any way to exctract only this sequence (H***) from each cell?
Thank you in advance!
Dear friends,
i have the following statement in a loop.
For i = 1 To 20
If (InStr(1, Range("E" & i).Value, "Valid", vbTextCompare)) And (Range("D" & i).Value >= 10) Then
...
End if
Next
My question is if there's a way to declare as following:
Dim ValidVar as range
Dim ValidVal as...
I will correct everything, thanks! Path will be full now on!
I think i wouldn't find the error while testing, because data.xlsm was activated during F8.
Still nothing. I think the problem is in both
If Range("S" & i).Value = "Action" Then
and inttrow
I've changed it to "I" & i > '" and i got 1 result in line 4.