Monday, September 12th, 2011 at
12:24 am
There is a problem with the hard drive in my laptop, it needs formatted and a reinstallation of Windows XP. I’m trying to back-up my data first so I’ve put the hard drive in my PC (with 2.5-3.5" adaptor) my computer sees it fine but it won’t give me access to the "Documents & Setting Folder" where all my data is saying it’s password protected. From looking online it’s because my laptop hard drive is password protected (windows log on screen). Is there anyway to remove the Windows XP password on my laptop drive from Windows XP on my computer?
Editor’s comment
If you need to recover a lost or forgotten password for a Microsoft Office document, database or spreadsheet…Click Here to download your password recovery software
Friday, August 5th, 2011 at
8:36 pm
I’ve designed staff info workbooks w/24 worksheets in each workbook (need this for 30 staff members). staff enters their own info & my formulas calculate info we need. i absolutely need to protect the excel formulas i’ve entered, but let staff enter their own info in blank cells. i can’t figure out how to do this on a "workbook" level – i’ve only been able to do it worksheet by worksheet, which is ridiculously time consuming (30 workbooks times 24 worksheets each = 720 individual protect commands, ugh). hoping there’s a faster way to do this. and i also need to be able to copy any one of these workbooks when a new staff person comes on board. thanks much …
Editor’s comment
If you need to recover a lost or forgotten password for a Microsoft Office document, database or spreadsheet…Click Here to download your password recovery software
Tuesday, June 14th, 2011 at
7:38 am
i have a Microsoft Document file & i give a password & now i am forgot it !!!
Editor’s comment
If you need to recover a lost or forgotten password for a Microsoft Office document, database or spreadsheet…Click Here to download your password recovery software
Sunday, May 1st, 2011 at
2:56 pm
Thank u very much. But Access Password recovery software gives me recoverd password as 17***** & when i say copy then it displays the window saying that Evaluation vertion this feature is not available.
Please, help me. I don’t know what to do..?
Editor’s comment
If you need to recover a lost or forgotten password for a Microsoft Office document, database or spreadsheet…Click Here to download your password recovery software
Friday, April 22nd, 2011 at
9:58 pm
I want to copy a table that is on scottrade to an excel file and I want a macro to do it via VBA. Can anyone help me to do this?
I want to clarify that the built-in excel web query will not work because I must first login to the website to obtain the data.
I am using the following code, a
Dim MyPost As String
Dim MyUrl As String
Dim PostUser As String
Dim PostPassword As String
MyUrl = Trim(Range("A1").Value) ‘ URL
PostUser = Trim(Range("A2").Value) ‘ Username
PostPassword = Trim(Range("A3").Value) ‘ Password
MyPost = PostUser & PostPassword
‘
With ActiveSheet.QueryTables.Add(Connection:= _
"URL;https://trading.scottrade.com/home/default.aspx", Destination:=Range( _
"D10"))
.PostText = MyPost
.Name = "default_5"
.FieldNames = True
.RowNumbers = False
.FillAdjacentFormulas = False
.PreserveFormatting = True
.RefreshOnFileOpen = False
.BackgroundQuery = True
.RefreshStyle = xlInsertDeleteCells
.SavePassword = False
.SaveData = True
.AdjustColumnWidth = True
.RefreshPeriod = 0
.WebSelectionType = xlSpecifiedTables
.WebFormatting = xlWe
Editor’s comment
If you need to recover a lost or forgotten password for a Microsoft Office document, database or spreadsheet…Click Here to download your password recovery software