How to enter last saved date in Excel workbook
I am using Office Pro Plus 2010 and I wanted to have the last saved date displayed in my document for my records. I found this simple method:
Sheets(“Sheet1”).Range(“A1”).Value = Now
End Sub
I am using Office Pro Plus 2010 and I wanted to have the last saved date displayed in my document for my records. I found this simple method:
I downloaded and installed the drivers for my Netgear WNA3100 usb adapter, inserted the device when prompted, nothing happened for a while. I searched online (ethernet cable plugged in) and found that the feature needs to be enabled: Go to Server Manager -> Features -> add a feature -> scroll to the bottom- > select…
http://www.sevenforums.com/tutorials/26829-convert-dynamic-disk-basic-disk.html Convert Dynamic Disk to Basic Disk using Free “EaseUS Partition Master Home Edition” WARNING: Even though you will not lose the data on the dynamic disk when you use this option to convert the dynamic disk back to a basic disk, be sure to backup any data on the dynamic disk that you wish to keep…
I have no idea what this is and why it is disabled. I was trying to install the Samsung SSD magician update and kept getting this error. A quick google search on this error led me to this helpful page which fixed the problem. I am using Windows 7 Pro but the answer seems related…
I had an issue with the Astra wordpress theme and my Woocommerce store pages. I was stuck with a sidebar that I wasn’t using. Astra sent me the following code to remove the sidebar: add_filter( ‘astra_page_layout’, ‘no_sidebar_shop_page’ ); function no_sidebar_shop_page( $sidebar ) { if ( is_shop() ) { $sidebar = ‘no-sidebar’; } return $sidebar; }…
Got this error when trying the windows performance test. Found solution here youtube link delete MSVCR100.dll from windows/system32/ download http://www.microsoft.com/en-us/download/details.aspx?id=5555 and http://www.ascentive.com/support/new/libraryfiles.exe Edit: That did not actually work for me so I just downloaded the dll file and copied it to the folder directly: http://www.dll-files.com/dllindex/dll-files.shtml?msvcr100
I was having difficulty with Windows 10, the start menu was “sticky” it would need a few clicks to bring up the menu, also Cortana would not work when clicked on and when typing in the start menu. I found a working solution here: CTRL+ALT+DEL Click on task manager Then in the task manager menu…