How do you disable the hyperlink warning in excel (Office 365) - excel

I have tried the registry edit here: https://answers.microsoft.com/en-us/msoffice/forum/all/how-to-disable-hyperlink-warnings-for-office-365/9e96cae1-0960-4f20-898c-440cafd6cf7c
. I notice that my decimal 1 always reverts back to hexidecimal when I close. Upon restart nothing changes when I try to open the hyperlink in excel.

0 and 1 are exactly the same decimal and Hex, see here and here
The solution that is described in the link above (adding DisableHyperlinkWarning to the win registry) might not always work.
This solution should stop hyperlink warnings in Excel for Office 365:
Download Procmon (a monitoring tool for Windows that shows real-time process/thread activity):
https://technet.microsoft.com/en-us/sysinternals/processmonitor.aspx
Run Procmon.exe
Toggle Capture Events to off (File > Capture Events)
Clear the current events (Edit > Clear Display)
Toggle Capture Events on.
Click the desired hyperlink in Excel.
Turn Capture Events off.
Filter by Process=EXCEL.EXE (Filter > Filter, chose "Process" from the list, set field to "is", type "EXCEL.EXE" in the empty field, chose "Include" from the list and click "Add".)
Filter also by Operation=RegQueryValue and Result=NAME NOT FOUND
Find the first entry with "EditFlags" in the path (use the search icon to search the filtered list or CTRL+F)
Right click on that entry and select > Jump to (opens registry)
9 Add a new DWORD type named EditFlags with the hexadecimal value 10000.
In my case it was the key htmlfile_FullWindowEmbed
Modified from here

Is it changing back after restarting? if so, maybe you have some policy on your PC.
EDIT:
"The option to switch between the two is purely to allow entry in either format, it is always stored in Hex and for convenience the Decimal value is shown in brackets afterward in the field view
Selecting either option would have absolutely no effect on the program accessing the value and is the same either way."
Answer from here -> https://answers.microsoft.com/en-us/windows/forum/all/problem-with-regedit-fail-trying-to-modify-dword/c6cdf515-c517-4196-8d4a-582e942f9315

The simplest solution is to use Outlook. For example, if you want to cancel the reminder when opening the embedded pptx file, you can send yourself an email with the pptx file attachment in Outlook. After receiving it, double-click the attachment to open it, and a dialog box will pop up. The following There is a check box, "Always ask before opening this type of file", uncheck it, click Open, and there will be no warning when the embedded link of this type of file is opened in ppt or excel. This method also works for other types of files. There are some settings between office components that are related to each other.

Related

extract query to csv is extracting as one cell

When extracting azure dev ops query to excel as .csv file I am seeing the data in excel but all is in one cell. For example description and title are all in one cell in the column/row.
Just guessing as your description is pretty vague but I assume that the CSV column separator set on your system (probably a semicolon) does not match the column identifier used in the downloaded CSV file (most likely a comma).
To fix it:
Windows
Open the Windows Start Menu and click Control Panel
Open the Regional and Language Options dialog box
Click the Regional Options tab
Click Customize/Additional settings (Windows 10)
Type a comma into the 'List separator' box (,)
Click 'OK' twice to confirm the change
Note: This only works if the 'Decimal symbol' is also not a comma. If you do not want to change this setting, there is another method to opening comma delimited files below.
MacOS
Go to System Preferences
Open the Language & Region pane and go to the Advanced option
Change the 'Decimal Separator' to one of the below scenarios
Source: https://harvestmedia.zendesk.com/hc/en-us/articles/360023978031-Opening-Excel-files-with-the-correct-CSV-list-separator

Exporting to xlsx in sql developer

I am exporting a small file, 8mb from SQL developer to xlsx.
It is taking forever (freezing). I ran the same query in Toad and exported it with no issues.
Any idea on why developer doesn't seem to be working right?
Why does it show the log also?
It used to never show this.
Also, I used to be able to double click on a word in the SQL and it would highlight all the same values. It does not do that anymore.
What setting can fix that?
As of being unable to export data in XLSX format: try to export to a CSV file; Excel opens it easily so - if it works OK, just save the file to Excel format once you have data in it.
As of highlighting all occurrences of the selected word: enter "Search" mode (Ctrl + F). A search toolbar opens on a top of the editor window. Check toolbar buttons (point each of them with a mouse and hold it for a second, until the tooltip appears) - one of these (on my 17.3 version, it is a "yellow-ish" button) is the "Highlight Occurrences". I presume that it is disabled in your SQL Develoeper, so - enable it.

Excel editing command button name not changing

When I am editing command button and I go to the top left corner to change the name of the command button it allows me to edit the text and change it but when I press enter or click somewhere the name of the button keeps reverting back to the original name.
I've tried also tried making sure design mode is selected as well, and the command button and the sheet do not have any protection on either
I'm sure I'm missing something simple.
I had a very similar problem. Solved! My problem was that I would create an ACTIVEX button, and using the properties, give it a customized name (changing CommandButton1 to something much more descriptive)... then later, upon saving and re-opening the excel, some of these buttons (not all) would revert to CommandButtonX.
The whole problem was THE LENGTH OF THE NAME. My names that failed would be around 39 chars or more (somewhere around 39). Using the selection objects pane under the Excel "Find and Select" menu item, I observed the ones that would fail vs succeed.... comparing what I would change in that pane with control properties (Name) and the excel "sheet Name Box" in the upper left area of the sheet screen.
When we have to rename the command button, you can use properties and namebox. But the purpose to change the appearance of button, you have to go to
properties->caption. In caption, you can rename button's appearance.

Lotus Notes - Move email to folder quickly

I have several folders to manage emails in a Lotus Notes database.
And I want to move email(s) to a specific folder just by a few key strokes.
It would act like this:
1. Click a button (It seems one cannot create a user-defined shortcut for user command)
2. prompt an ComboEdit box, whose options are the folders in current database.
3. input a few letters and the filtered results shows.
4. Choose the folder and press {enter}, the email(s) gets filed.
Just like Launchy to start a MS Windows application.
Is it possible to do this by using the #function and #command?
I've got some info here:
#Prompt([OkCancelEditCombo]; "Select a Database"; "Select a database to open, or type a database specification."; "Schedule"; "Schedule":"Phone Book": #Subset(#MailDbName;-1))
So how can I get a list of folder and to enable step3 to work?
In my Lotus Notes client I move my mails to a folder by just doing the following:
Click Alt + 5, M
(the number and the letter depend on the version and language of your mailtemplate, 5 is the fifth Button in the action- bar and "M" is the underlined letter for the action "Move to folder")
Start typing the name of the folder where you want to put the mail
Press Enter
No need to write even one line of code... And it even searches for folders CONTAINING the text, that I typed, not only folders STARTING with that characters...
No, there's no capability in Notes formula language or even in LotusScript that could allow typing a few characters and filtering the available folder names without requiring the user to press the Enter key or click on something first.
You could mock that up in a dialogbox using the onchange event of a dialoglist field that allows new values and doesn't define any values -- you would have to calculate the matching values yourself and put them up as the choices in a second keyword field. Or you could take advantage of the typeahead of the dialogbox field and give it all the folder names as its choices, but that wouldn't work exactly as you described.
BTW did you have a look at SwiftFile for Notes?

Calendar in Excel shrinks

I am using Excel VBA. I added a calendar control so that users can pick the date from the calendar. I noticed something that whenever the excel file is opened the Calendar shrinks smaller and smaller. Now I can see that the calendar will disappear after reopening the file several times.
Any ideas? please help
Thanks,
You can get around this by adding
Calendar1.Width = 165
Calendar1.Height = 165
to your code (right click on control and "see code". I've used 165 (millimeters on my system), but you can check the properties of the control, once you have it the size you want, to get the values.
I found the opposite worked for me (Excel 2007) I had exactly the same problem but only when I changed the format to "move or resize with cells" that the calendar stayed the same size after file save and close. Your answer put me on the right path though, thanks!
I've seen this behaviour before with other controls. I think it's a bug that is linked to the control's resize setting, even though cells aren't being resized.
Try the following in design mode:
Right-click control and select Format Control
In Properties tab, select 'Don't move or size with cells'

Resources