Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I'm trying to access the Properties window for an Excel (2007, in this case) worksheet, using the Properties button on the Developer tab, as described here. The reason I want to get at the Properties window is to set properties such as the object's name, for use in VBA scripts that address it.
The Properties window comes up, but it's blank, with no identification of the object I'm looking at at the top, and no properties listed. Why is this, and how do I get around it?
It turns out that the reason for this was that I had the associated VBA project password-protected. When I opened up the VBA project and entered the password when prompted, the Properties window started working again.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
After I edit the existed CSV file, click save will prompt a message dialog "some feature in your workbook might be lost if you save it as CSV (Comma delimited)". Then I click "Save". After that when I click "Close" to close the CSV, prompt message dialog again "Want to save your changes to 'sample.csv' ". Why I have to save twice? How to solve it? Thanks
Why I have to save twice? That unfortunately is an inbuilt feature which AFAIK you cannot change.
Even I find that annoying. In your scenario if you click on No the 2nd time you get the popup, it will not create any problems because your file is already saved. Feel free to close that dialog box. There is no setting that you can change to avoid this behavior.
Btw, this behavior can be replicated in a normal workbook as well.
Create a new workbook. Type anything in Sheet1
Save it as a Csv. The first prompt that you will get is
The 2nd prompt that you will get it
Now close the file without making any changes. You will still get this prompt
This annoying feature cannot be turned off. You have to live with it. You can simply click on Don't Save or close the dialog box. Don't worry, your file is already saved as a CSV :)
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am new to lotus notes and facing one issue. For scrolling in any of the sections of the Notes window(ex: section that shows Inbox,drafts folders;section that shows mails in my inbox; section that shows preview of the currently opened mail) I have to click that particular section. Can I configure it like outlook so that I can scroll just by hovering over the section?
No, unfortunately this is not possible.
The focus is something that gets "lost" quite often in the Lotus Notes client.
Then you have to click in the correct "pane" to get it back
(by the way: this is something that happens to me in Outlook as well, e.g. when I write my responses within the same window... Then I have to click into the mail to get focus back and only then can click again to send the email)
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am new to VBA programing and want to practice on my mac. However, it appears that the bar that was on the top of my excel document where I start/run the program by pressing a play button has disappeared. Now I can't run my programs anymore simply because the bar I used before to start the program is gone. Would deeply appreciate help with getting that toolbar up again. Alternatively, what is the command for running a vba program on mac? On pc it's F9, F5. Anything similar?
Get to the Macro Editor:
Tools -> Macro -> Visual Basic Editor
From here, while this is active:
View --> Toolbars --> Standard
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I'm new to Sharepoint 2010; when adding a web part for users to download files, the 'Type' images are always broken, and the URLs have no image file. For example:
Then when looking at the path of the broken image, it comes up as:
https://portal.mysite.com/_layouts/images/
Is there some sort of association I have to make?
If you are using Content Editor web part then you have to Add the icon (DocIcon) of the file-type to a custom xsl-template.
Please see below given link
http://freedotnet4u.blogspot.in/2013/01/add-icon-docicon-of-file-type-to-custom.html
Thanks
After doing some digging, I noticed in my DOCICON file had some invalid XML in it; specifically some of the pdf mapping.
After removing the invalid characters, and restarting IIS, the document icons have now appeared.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I am using Excel 2010 and want to manage a large Excel files.
So I would like to open a new Excel Instance when opening every file from my Windows Explorer. At the point all files are opened in the same Excel Instance.
Any assistance is kindly appreciated.
John.
[
I fould this:
http://www.online-tech-tips.com/ms-office-tips/how-to-open-a-new-instance-of-excel-2007-workbooks/
]
Go to a folder in Windows Explorer, then Tools -> Folder Options, then the File Types tab. For each of XLSM, XLSB, XLSX, etcetera, select it, then click Advanced, select Open in the Actions list, then click Edit.
Adjust the settings to:
Application used to perform action: - "C:...\EXCEL.EXE" "%1"
Use DDE - Checked
DDE Message *LEAVE BLANK*
Application - Excel
Topic - System
You need to launch excel and then load the file, so it will be in another instance.