Posts

VBA Code Alternative for Switching Fonts

Macros recorded via the user interface can sometimes be glitchy. Using a direct VBA code script ensures a clean, instant transition between Preeti and an English font (like Times New Roman ). 1.     Press Alt + F11 to open the VBA Editor . 2.     In the left sidebar, double-click Normal > Microsoft Word Objects > ThisDocument . 3.     Copy and paste the following code into the large text window: vba Sub SwitchToPreeti()     Selection.Font.Name = "Preeti"     Selection.Font.Size = 14 End Sub   Sub SwitchToEnglish()     Selection.Font.Name = "Times New Roman"     Selection.Font.Size = 12 End Sub Use code with caution. 4.     Press Ctrl + S to save and close the VBA window.     Assigning Keyboard Shortcuts to the VBA Code: 1.     Go to File > Options > Customize Ribbon . 2.     At the bottom, next to Keyboard...

How to use one mouse for two computers - Mouse without Borders

  How to Set Up Mouse Without Borders https://www.sdedev.in Follow these simple steps: Step 1: Download the App Go to the official Microsoft page: 👉  Download Mouse Without Borders Click  Download , then install it like any other app. Step 2: Install on First PC Open the app after installing. It will ask:  “Is this the first computer?” Click  Yes . You will see: A  Security Code Your  Computer Name Keep this window open. Step 3: Install on Second PC Install the app on your  second PC . When it asks:  “Is this the first computer?” , click  No . Now, enter: The  Security Code The  Computer Name  (from the first PC) Then click  Link . Step 4: Move Your Mouse Once connected, try moving your mouse to the edge of the screen. It should now appear on your second computer! You can also: Copy text  from one PC and paste it on another. Drag and drop files  across both computers. Arrange Screens Inside the app, you’ll ...

PowerPoint Presentation Advice

  Structuring Your Talk: Preparing a talk always takes far longer than you anticipate.  Start early! Write a clear statement of the problem and its importance. Research. Collect material which may relate to the topic. Tell a story in a logical sequence. Stick to the key concepts. Avoid description of specifics and unnecessary details.  If you are making a series of points, organize them from the most to the least important. The less important points can be skipped if you run short of time. Keep your sentences short, about 10-20 words each is ideal. This is the way people usually talk. Strive for clarity. Are these the best words for making your point? Are they unambiguous? Are you using unfamiliar jargon or acronyms?   Preparing Your Slides: Presentation Design Let the picture or graphics tell the story - minimize the use of text. Don’t overload your slides with too much text or data. FOCUS. In general, using a few powerful slides is the aim. Type key words...

How to Add Facebook and Whatsapp Messenger Live Chat in Blogger 2019 (Hindi)

Image
Create a widget: https://whatshelp.io/widget

Android App - JSON Feeds | Free Blog Setup & Blogger API In Hindi

Image
How do I: Add a Blogger API request to a blogger post

How to turn your blog into a PDF for printing off

Image
Maybe at the end of the year you would like to print off a copy of your blog posts for the year as a momento to give to someone. Using  Blog Booker  is a way of doing that. This video  from  Richard Bryne  shows you how to do that.

Embedding a Google Drive Folder & PDF

Image
You can embed a Google Drive Folder anywhere in a blog but it sort of makes sense to put it on a page that is more static and accessible. The usefulness of doing this is that the images or files or whatever you put in the embedded folder can just be swapped or added to for every reference and just keep the embedded folder on the one page- nice and simple. You are going to want to copy some html code and change it a little. If I write the code directly into this blog post it will embed stuff so I have written the code for you to copy onto a Google Doc that you may like to make a copy of for yourself and do the changing on your own copy. Here is a direct link to the  Google Doc  for you to copy. Angela Lee  has made this video to show you the process too. And here is how the embedded Google Drive Folder would look... 14 Select the pdf file you want to embed. Right click >  Preview  >  More actions  >  Open in a new windo...