I want to add dictionary on powerpoint 2013.I searched and found "adding custom.dic files" for a solution but it is too pointless to create word files which includes all english words with their meaining in my native language.
Is there any ready to use way to do that ?
I want to have a dictionary like in mozilla firefox dictionary add-on (when you point a word with the mouse cursor,a pop-up box appears and shows the selected word with their meaning in your language like english to french translation)
Any help will be appreciated!
This functionality already exists (at least in PowerPoint 2010). Position your cursor in the middle of a word (or select it) and right click. Translate is one of the options. The following shows what I got when doing so while the curoosr is positioned in Walls:
Related
Windows 10, Google Sheets, LVL: Rookie.
So I have a sheet, that is kinda like a scoreboard, the main purpose of it is to do scoreboard things, but that's irrelevant. Basically, for new people that use the sheet, I have green sentences near cells to show them what goes there, kinda like tutorials.
But, for people that have used the sheet for a while, they are going to get tired of all this extra space used up by green sentences that don't actually teach them anything cause they already know it.
SO I wanted to create a button from a UI box, that disables tutorials (Just hiding/deleting these green sentences), and whenever they wanted to see the tutorials "sentences" again, they could use another UI Button to enable them, which unhides/adds the text back in the cells.
I already have the UI Box setup...
The only thing I don't know how to do or what to code, is hiding/deleting these sentences, and being able to unhide/paste the sentences.
Now, if this can be done in an easy formula, please let me know, but otherwise, please help me write out a script for this. I will credit you if you wish.
You have a complicated spreadsheet that included about 25 text "hints" to user. You want experienced users to have the ability to "hide" the hints if they wish.
You could do this with a checkbox.
Untick (the default): the comments appear.
Tick the box: the comments are hidden
Create a checkbox (say, it is in Cell G1),
Edit all your hints along these lines.
=if($G$1=TRUE,"","Team name goes here --->")
Explanation
$G$1=TRUE`: this means that the check box has been ticked
if TRUE, then display nothing: ""
if not TRUE (the checkbox is NOT ticked), then display the hint. Such as "Team name goes here --->"
is there any way I could open an office document (Word, excel) with the cursor position at a specific string that is given as input ?
The requirement is part of a search and replace functionality and the client would like to open a document with the cursor positioned at the first occurrence of the search term. Highlighting it as well if possible. I have tried researching for this, but didn't find any helpful resources.
We are using Aspose and the Component Object Model (COM)
Help would be much appreciated!
It is possible to search text using Aspose.Words and Aspose.Cells. You can also highlight the searched term in the search results. For example you can search in an excel document using Worksheet.Cells.Find() method. Once cell is found, it could be highlighted with any color using Cell.SetStyle() method. Please visit the following links for details on how to search and highlight text using Aspose.Words and Aspose.Cells:
Aspose.Words: How to Find and Highlight Text
Aspose.Cells: Find or Search Data
Aspose.Cells: Setting Colors and Background Patterns
I work with Aspose as Developer evangelist.
when I open my excel, macro command run automatically and show "welome".But i want to design it little bit.Is there any way i can change its colour size or text box. below my screen shot. [Its not utmost important but I love to know can i animated this text.]
IMAGE LINK
https://msexcel-analysistabs1.netdna-ssl.com/wp/wp-content/uploads/2013/01/run-a-macro-automatically.png
Are you just calling a standard msgbox in VBA? If so, instead of calling a msgbox, you can create an actual UserForm in Excel VBA. From there, place a label in the "box" and you can format the font in a variety of ways: colors, size, text font, etc.
You cannot do any "fun" animations as far as I know. But you can definitely change the font size and color!
Here is an example (I'm not the most creative person)
You do this under the VBA Project Explorer -> Insert -> Userform. From there you add Labels/Buttons/Whatever objects you would like, and resize the form if you so choose. Then in your module/macro, you call this form instead of using a msgbox.
As far as changing the color and size of the text, Yes, you need to create a UserForm and create the 'Welcome' screen as a custom form instead of using VBA's msgbox.
In VBA, right click on the workbook in the Project Explorer.
Select Insert->UserForm.
Design how you'd like the Welcome screen to display.
In ThisWorkbook's Workbook_Open() sub, put UserForm.Show() to display the custom welcome message when the workbook first opens.
As far as animating said text, Not really. There are some convoluted workarounds using an embedded webbrowser object in order to render a custom animated text javascript file. It is full of 'Potential Risk' notifications for the user and really doesn't look very good. Sorry to burst your bubble :).
I have a problem with text boundary in Microsoft Word. It shows around the paragraph instead of the whole page.
Please could anyone help me to view this as a page boundary.
I take it that you are using Word 2013 or later. This is how the text boundaries now display. There is no option to make them display as they did in previous versions.
If you don't like it make your feelings known to Microsoft via User Voice.
There is an option in "Page Layout" to optimize your Margins. I assume, this is what you wanted. Else, please share more details.
The following is for Word 2013 - 2016
Select Design in Ribbon Menu
Click Page Borders
In Borders and Shadow dialog box
Choose Box, Shadow, 3D, or Custom type
Choose line style
Choose Color and Width
And finally select Whole Document in Apply To section
this is the display for office 2013 and 2016. if you use version 2010, you will get the whole page. enter image description here
enter image description here
Is there a way to sort a column of hebrew characters strings alphabetically in Excel (version 2013 here)? I have tried on my side with a list of very simple words, and it does not work (it does not produce any change in the order)
EDIT:
My client managed to sort the words on his side and suggested to use the context menu (below), which is not available on my side. I have a context button, which I added to the bar, but it did not sort out any helpful result.
When I pasted in the sorted worksheet, some layout in the whole document got messed up: for example now in some cells I see (Right name (a while the cell value is `Right name (a)'
I would say that there should be a way to sort left to right and right to left cell properties but I still haven't figured it out...
Step one
Add Hebrew support, even if you don't have an Hebrew keyboard and don't plan to use one:
[If you are using Windows Vista or Windows 7, before you can use any of the right-to-left features in Microsoft Office, or even correctly display right-to-left scripts, you must Add an input language and enable the keyboard layout for the right-to-left language.][1]
Step two
Add "context" to your ribbon bar (Excel Options -> Customize Ribbon). Without language support (step one), context will not work.