|
pc support newsletter Systems
Development The
University of North Carolina at Charlotte February
2006 |
|
Contents · Outlook: Turning off Autosuggest (Email) · Excel: Paste Options Problem · Excel: Users cannot see comments on worksheet · Excel: Separating First and Last Names |
IT’s
Message Center
IT has created a message center where you can find
up to date information about down time, server problems, etc. Here is the link
http://www.its.uncc.edu/MessageCenter/Alerts/
To make your calendar visible to other users by
default:
Outlook
Email: Turning off AutoSuggest for Email Messages/Deleting Unused Addresses
from AutoSuggest
When typing in the "To", "Cc" or "Bcc" fields of an email message, Outlook reads the first few letters that you type and then makes a suggestion as to whom the recipient is. If you would prefer Outlook not do this, the feature can be turned off. From the Outlook Inbox menu, select Tools, Options. On the Preferences tab, click Email Options. Click Advanced Email Options. Uncheck "Suggest Names while completeing To, Cc and Bcc fields,." then click OK.
Instead of turning off the AutoSuggest feature, you might want to delete some of the addresses that Outlook suggests to you. When the suggested addresses display, scroll to the one you want to delete using the arrow keys, then press the Delete key to delete it. The "deleted" address remains in the global address list, but won't be suggested to you by Outlook.
Actual Problems/Questions:
Excel: Paste Options Problem
Problem: The user was
attrempting to paste a selection (values only) from one workbook to
another. When the user selected Paste,
Special, she did not see the “normal” paste options dialog box, instead she was
asked if she wanted to paste the data as a link.
Solution: This is caused when you have more than one
instance of Excel open. Normally, you
open Excel, and open each workbook using the File Open command (or File New to
create a new workbook). In this case
however, the user opened Excel and opened the first workbook, then double
clicked the Excel icon in the launcher (thus
opening another instance of Excel) and opened the second workbook. Two instances of Excel were running at the
same time. To correct this, the user closed all workbooks, closed both
instances of Excel, then re-opened Excel and used the File, Open command to
open all workbooks.
Problem: The user inserted a comment into an Excel worksheet that was located on
the file server. However, when other
users opened the worksheet, they were unable to see the comment.
Solution: The users who could not see the comments
needed to select Tools, Options from the Excel menu and in the Comments section of the View tab select
either “Comment Indicators Only” or “Comment & Indicator”
Excel: Separating First and Last Names in a Worksheet
The worksheet below
contains a list of names that need to be placed in separate columns. You can use a formula to accomplish this.

The following formula
extracts the first name: =LEFT(A1,FIND(“ “,A1))
The following
formula extracts the last name:
=MID(A1,FIND(“ “,a1)+1,LEN(A1))
(Note that there is
a space between the quotation marks in the formulas)
Questions or comments? Contact jtfreed@email.uncc.edu