Hi,
I have just used the command "myNameSpace.AddStore pstfilename" to open/attach the pst file in Outlook. I know I can change the label property by using the following "myNameSpace.Folders.Item("Outlook Data File").Name = myName" as this is the default label.
Q1: Is there any easier way to...
Hi,
If I understand you correctly you will need the following:
Dim wks as worksheet
set wks = Worksheets("insert sheet name in these quotes")
Sheets(wks.Name).Select ' This changes to the named worksheet
Range("A1").Select ' This sets the focus to cell A1. Can have ("A") & row) where...
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.