Learn how to delete your history, cookies, and cache in Settings. Delete history, cache, and cookies Here’s how to clear information from your device: To clear your history and cookies, go to Settings > Safari, and tap Clear History and Website Data. Clearing your history, cookies, and browsing data from Safari won’t change your AutoFill information. Read More
How to Select From Active Cell to Last Entry in Excel VBA
This example illustrates the End property of the Range object in Excel VBA. We will use this property to select the range from the Active Cell to the last entry in a column. Situation: Some sales figures in column A. Assume that you will be adding more sales figures over time. Place a command button on your worksheet and add Read More
How To Add Google Drive To Windows 10 File Explorer?
1. To add google drive to file explorer windows 10, Download the Backup and Sync App from Google from here and install it on your Mac/PC. 2. You will see the Backup and Sync app along with Google Docs, Sheets, and Slides installed on your machine. 3. Open the Backup and Sync from the Google app, click on Get started, and then log in Read More
How to Change the Page Zoom and Text Size in Power BI Desktop
Bottom line: Is the font too small and difficult to read in your reports? In this post and video I share tips for changing the page zoom and text size in your Power BI charts and visuals. In the video above I explain how to make your reports and visuals more readable by changing the text Read More
6 Ways to Check the Size of a Database in SQL Server using T-SQL
If you’re using a GUI tool, such as SSMS to manage your databases, you can easily check the size of your database by clicking your way through the GUI (right-click the database, point to Reports, then Standard Reports, and then click Disk Usage). However, if you prefer to use T-SQL to manage your databases, you’ll need to run a query that returns this Read More