This code works but I want to also check all sub folders in C and get the owmer information from the file.
Sub Test()
Dim Sh As Object
Dim ShFolder As Object
Dim ShFile As Object
Set Sh = CreateObject("Shell.Application")
Set ShFolder = Sh.Namespace("C:\") 'CHANGE...
I have a adobe PDFMAKER icon for office 2003. I open a excel document in EXCEL 2003 then I use the adobe PDF (an icon placed in excel or add-in) to covert the excel document and then send as attachment to outlook 2003. I can do this manually, but would like to automate using a macro in EXCEL...
I know I can do this better but I'm not sure how to optimize my code.
Const sWorkRel1 As String = "1-*"
Const sWorkRel2 As String = "3-*"
Const sWorkRel3 As String = "4-*"
Const sWorkRel4 As String = "49*"
Const sFloora As String = "11*"
Const sFloorb As String = "10*"
Const sFloorc As String =...
I query the data from our database and copied it to Excel. I compare the sheet and if it matches then copies it to another column. It takes forever to do this. Is there a better way of programming this? Should I store it an array?? help..
For k = (g_startRow + 1) To (endofRow - 1) 'Get...
I know how to get to the website, but how do I choose from the 3 radio buttons. Then choose from a listbox and click go. Then refresh the page.
Here is the website. http://www.metrokc.gov/dad/inmatelookup/
I want to 1. Click on View Jail Register. 2. Choose the second radio button which...
Scenario:
I tried MyNumber$= Sess0.Session.Paste and when I debug it it shows "" or "Empty". But when I use Sess0.Session.Paste it paste the 9 digit number to my active screen. Why can't I assign this?
I created a macro that copy a 9-digit number in active session in Extra by using BaNumber$...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.