Is it possible to set Microsoft Word to display some text left-aligned and other text right-aligned on a single line? Here's an example of what I mean:
| Chickens, turkey and duck 30 |
| Cows 240 |
| Pigs and boar 83 |
| Sheep Not applicable |
where the vertical lines denote the sides of the page.
The full justify option won't work because I don't want anything in the middle of the lines. The table of contents option has the formatting I want, but only supports page numbers, which does me no good.
I have a problem when I am trying to send the excel sheet or document I am working on as an email attachement.
The message I am getting is General Mail Failure. Quit Microsoft Excel,restart the mail system.try again.
I have checked, all possible solutions, but no luck. Any suggestions on how to solve this problem?
How I can open a document in an existing process of Expression Web 3 instead of it starting a new one when associating it in FileZilla like:
php "C:\Program Files\Microsoft Expression\Web 3\ExpressionWeb.exe"
I have a large table of about 7500 store names. I need to search through those names and, if they are not unique, append an incrementing value, for example:
store_1
store_2
etc.
Anyone know how to do this?
For another project, I was using this:
=J1&IF(COUNTIF($J$1:J1,J1)1,COUNTIF($J$1:J1,J1),"")
but in open office this gives an error, and in google spreadsheets, it times out because my database is so big. Any suggestions?
I have just set up a VM for Windows Server 2008 R2 and want to install Microsoft CRM 2011 to play around with it. CRM 2011 seems to require Active Directory to be configured and running on the server.
I've never gotten involved with Active Directory and I know that I need to install it and get it going for the CRM 2011 to continue. Does anyone have any quick pointers and/or resources for someone with no Active Directory experience, so that I can get CRM 2011 installed?
I'm using the MicrosoftOnline Internet E-Mail Mailbox Migration Wizard. I'm moving my email from several GMail accounts to my Microsoft Exchange Online mailboxes. Every time I migrate all or part of a GMail mailbox, I have to wait about five minutes after it completes migration before the Finish button becomes available.
What is going on during this time? Is it something I am doing wrong, or is the system just slow?
For an Microsoft Exchange server, is it possible to encrypt the email database such that the sysadmin cannot see the emails?
In other words, the admin would be responsible for all aspects of running the Windows server and Exchange process, but would not be able to see the contents of any one email (except those sent to him, obviously). Only another individual (e.g. company owner) would be able to see all emails contained in the database.
When I log in on a Windows 8 machine for the first time with my Microsoft Account (by providing an e-mail address), a new user folder is created:
C:\Users\dzinx_000
In previous versions of Windows, I could choose the name of this folder (it was equal to my username). As I use the commandline often, it is quite annoying to me.
Can I somehow rename it to dzinx?
Does simply renaming the folder break everything?
hi there
let's assume that a company has 10 workers. The company has to buy a license for each computer or it is another way in which microsoft sells licenses to companies?
I bought a Microsoft Bluetooth mouse. My Vista laptop does not have built-in bluetooth. Can anyone recommend a good bluetooth USB adaptor to make this thing work?
Thanks
Let's assume that a company has 10 workers.
Does the company have to buy a license for each computer or is there another way in which Microsoft sells licenses to companies?
In my organisation, people use microsoft office 365 for mail service.
In windows system they can setup a chat client with
office 365 and use the instant message sevice. I'm having a ubuntu m/c and when i searched around the web could not find the option
to use office 365 chat in my machine.How can i use the same.
Error message:
No setup available for this computer
Read: Set up your Mac for Office 365
Return to Home
Possible Duplicate:
Can you help me with my software licensing question?
One of my customers wants me to provide my web-app to be installed in his local area network, behind the firewall - it will not be accessible from the Internet. They require the server to be run on windows (linux is not acceptable). What windows licence shoud I purchase to run my web-based app for 400 users not violating Microsoft licencing terms?
I have a problem when I am trying to send the Excel sheet or document I am working on as an email attachement.
The message I am getting is:
General Mail Failure. Quit Microsoft Excel, restart the mail system and try again.
I have checked, all possible solutions, but no luck. Any suggestions on how to solve this problem?
I have a document with some precise formatting, created in Word. This doc was converted to PDF for distribution. Now the original is lost, and reconverting to Word using a PDF to word add-on from Microsoft results in many text boxes in the new DOC file. How can I 'flatten' this to remove the text boxes and retain most of the formatting in order to update the contents? Recreating the original formatting would take a long time.
I'm trying to make this Excel document but I want the AdminTimes for the same LastRxNo to be on the same line. So if the LastRxNo is the same, have one line and the AdminTime column will have multiple values. Here is a picture of what I want it to look like
Any ideas? I was thinking an IF function, but I'm not too familiar with Excel to get it to work.
It was just made in the Microsoft Query tool in Excel.
Trying to save time and I need an easy way to make sure copied text from word is UTF-8 compatible for the web. Generally I have to copy and paste 4 or 5 pages of text at a time. Going through it and correcting characters individually is a real time waster. Anyone have any ideas? Is there a setting in Microsoft Word I might be missing?
I have an image sequence (10 images) that step by step visualize the construction of something. I'd like to include these images into my powerpoint presentation in such a way that i can step between them by moving a slider below the image, similar to the timebar of a movie player (in quicktime for example you can step through a move file frame by frame by moving the bar on the bottom).
What's the easiest way to do this with Microsoft Powerpoint 2010?
Hi all. I am confused a bit by MSDN (microsoft) site. Do i really need to get subscription of MSDN in order to get Visual Studio 2010?
I dont' need MSDN or I really can't afford MSDN. I just wanna buy Visual Studio 2010. Any help here?
When I enter a number like 8230e12 into a Microsoft Excel 2000 cell, Excel changes the number I entered into 8230000000000000. (This is what I get when I press F2 to edit the cell's contents, not what Excel displays in the cell). How can I force Excel to keep the data in the format I typed it and still be able to format it and use it as a number? Displaying the cell in scientific notation is not enough, because the exponent is not the same one as the one I typed.
This question already has an answer here:
Inserting a (jpg) picture into a cell in Microsoft Excel 2007
1 answer
I have a table with a column of links (URLs) to images. I want to load the linked images into the next cell over.
For example:
A1 contains
http://example.com/image.jpg
I want to load the image in B1.
How can I do it?
Short version:
I have an MSBuild project that imports another project. There is a property holding a relative path in the imported project that is relative to the location of the imported project. How do I convert this relative path to be absolute? I've tried the ConvertToAbsolutePath task, but this makes it relative to the importing project's location).
Long version:
I'm trying out Robert Koritnik's MSBuild task for integrating nunit output into Visual Studio (see this other SO question for a link). Since I like to have all my tools under version control, I want the target file with the custom task in it to point to the nunit console application using a relative path.
My problem is that this relative path ends up being made relative to the importing project.
E.g. (in ... MyRepository\Third Party\NUnit\MSBuild.NUnit.Task.Source\bin\Release\MSBuild.NUnit.Task.Targets):
...
<PropertyGroup Condition="'$(NUnitConsoleToolPath)' == ''">
<NUnitConsoleToolPath>..\..\..\NUnit 2.5.5\bin\net-2.0</>
</PropertyGroup>
...
<Target Name="IntegratedTest">
<NUnitIntegrated
TreatFailedTestsAsErrors="$(NUnitTreatFailedTestsAsErrors)"
AssemblyName="$(AssemblyName)"
OutputPath="$(OutputPath)"
ConsoleToolPath="$(NUnitConsoleToolPath)"
ConsoleTool="$(NUnitConsoleTool)"
/>
</Target>
...
The above target fails with the error that the file cannot be found (that is the nunit-console.exe file). Inside the NUnitIntegrated MSBuild task, when the the execute() method is called, the current directory is the directory of the importing project, so relative paths will point to the wrong location.
I tried to convert the relative path to absolute by adding these tasks to the IntegratedTest target:
<ConvertToAbsolutePath Paths="$(NUnitConsoleToolPath)">
<Output TaskParameter="AbsolutePaths" PropertyName="AbsoluteNUnitConsoleToolPath"/>
</ConvertToAbsolutePath>
but this just converted it to be relative to the directory of the project file that imports this target file.
I know I can use the property $(MSBuildProjectDirectory) to get the directory of the importing project, but can't find any equivalent for directory of the imported target file.
Can anyone tell me how a path in an imported file that is supposed to be relative to the directory that the imported file is in can be made absolute?
Thanks!
I have an Android project that is using the Base64.encodeBase64URLSafeString commons method. The part that does the Base64 is in another java project.
I have added the java project to the android project through the "Project" tab in the Build Path.
I have already linked both projects to commons-codec thinking that this might be the problem but am still getting the following error in Eclipse.
Both project have no errors.
Could not find method
org.apache.commons.codec.binary.Base64.encodeBase64URLSafeString,
referenced from method
com.mydomain.android.licensegenerator.client.LicenseLoader.doSha1AndBase64Encryption
What might I be doing wrong?
i have a sharepoint list called project . this list has column called hours worked.
Then i also have a list called tasks. this list also has a column called hours worked. the task list also has a lookup field where we select project ID from project list.
Thus for each project we can have many tasks.
now tasks list items are created by individual users and i have to create such a mechanism that the hours worked in project list must always be the sum of hours worked in tasks of that project.
How can I achieve this.