Solution 1 Try enabling google-drive (google cloud) on Windows start up programs. Ctrl+Alt+Delete to go to the task manager. Go to the “startup” tab Find “googledrivesync.exe” and enable it. Of course, if it is enabled there, this solution won’t work. Solution 2 Step 1: Uninstall Google Drive. Step 2: Delete the directory named Drive. I found Read More
Month: July 2021
Top Payment Processors in Canada
(in alphabetical order) ELAVON https://elavon.ca/ Quick glance Founded in 1991Headquartered in Atlanta, Georgia, USAOne of the largest payment processorsMerchant account provider Best for Medium to large businesses. Product Scope Traditional terminals (most common) Ingenico Telium2 iCT250 + iPP320 VeriFone VX520 Ingenico iWL220B eCommerce gateway Tablet POS Web terminal Recurring billing Reporting Mobile processing Ease of Read More
Best expense tracker apps and software
By: Nicholas Fearn, Steve McCaskill, Brian Turner, Rob Clymo The best expense tracker apps can help you keep track of your spending, whether working from the office, from home, or on the go.THE BEST EXPENSE TRACKER APPS Click the links below to go to the provider’s website: 1. QuickBooks 2. Rydoo 3. Expensify 4. Concur Expense 5. Hurdlr 6. Read More
Android vs iOS
Google’s Android and Apple’s iOS are operating systems used primarily in mobile technology, such as smartphones and tablets. Android, which is Linux-based and partly open source, is more PC-like than iOS, in that its interface and basic features are generally more customizable from top to bottom. However, iOS’ uniform design elements are sometimes seen as being more user-friendly. You should choose your Read More
How to add month/year to filename in VBA
I got a question like this: Is it possible when saving a file in vba to add the current month/year to the end of the filename with the format mmm/yy? The code I have so far….. <code>Workbooks(“test.xls”).SaveCopyAs (“C:\xls files\test.xls”)</code> I need the month/year to be added to test.xls so that it looks like “test_Oct-07.xls” Let’s Read More