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:
Windows 7 refused to connect to local PCs on the network saying network discovery was disabled and I need to turn it on. I turned it on and restarted but still no joy. I tried several things including registry permissions but the issue was with windows firewall. I had to manually create a new rule…

I know WHS2011 is out of date but it is too much work at the moment to install a newer operating system on my home server. I attempted to perform a windows update as I usually do, unfortunately, I received a red error warning Windows update cannot currently check for updates because the service is…

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; }…
I had an issue with Photoshop CC text, the text on the next line would only go below the original text. This video shows how to fix this, simple leading setting.
I upgraded my N40L abd N54L HP Microservers from WHS2011 to Windows Server 2012 Standard. After installation, I noticed that windows update had been running for a while with no installation progress despite 70 updates required. After trying all sorts of “fixes” from Microsoft technet forums I found this thread which seems to have provided…
I had an issue with an older PC and Windows 7 updates. I had previously tried to update to Windows 10 last year by the standard download and upgrade route, unfortunately, it refused to activate. I had to format and start again in Microsoft Windows 7 Pro. I decided to try again this week as…