problem using tabWhen I hit the tab button the selection jumps several columns over instead of
going to the next column. What's strange is that this seems to happen only
on one computer in the network and not on the others. The document is shared
so I think it is maybe the formatting for that computer's excel. Does anyone
know what is going on?
Hi
Tools > Options > Transition, uncheck "transision navigation keys".
HTH. Best wishes Harald
(Not knowing what's going on, just how to get rid of it :-)
"officebug" <officebug@discussions.microsoft.com> skrev i me...
How to create a ledger sheetHello. I have a database with the following tables:Customers, Orders, and PaymentsThe Customers table has a one-to-many relationship with the Orderstable. The Customers table also has a one-to-many relationship withthe Payments table.I am trying to create what I think is commonly called a ledger sheet.This sheet simply shows the dollar amount of every order that anindividual customer has placed (debits) and every payment that thecustomer has made (credits). It also shows a running balance. Entriesare shown in chronilogical order.I am having trouble creating a report that would draw debits from...
Passing data from one form to anotherHello I have a form called frmMaindB and it has 5 text boxes on it
(txtEmployeeTime, txtDTRegular, txtDTReason1, txtDTReason2, txtDTMaintenance)
when I double click on the text box it opens up a pop up form named
frm_DecimalConversion. On this form I have two text boxes one box I enter
data into and the other calculates or converts the data to a decimal. The box
that converts the data is called txtDecimal. Then I have a close button which
I want to use to close the pop up form and insert the data into the text box
I double clicked in to get the pop up or (frm_DecimalConversion). I have r...
data value in Form field if no table entryI have a form with a field which pulls through and concentenates 2 fields
called [ContactFirstname] and [ContactLastName]from my table
There are however some customers for whom I do not have names and therefore
instead I would like Sir/Madam to appear in the field in the form
I think I have seen this done somewhere using ELSE? but can't find it
Any help/ideas gratefully received
Perhaps something like this:
Nz(Trim([ContactFirstname] & " " + [ContactLastName]), "Sir/Madam")
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access use...
Insert an autofiltered range into another tabI'm am having an issue when trying to insert a range from an autofilter on
one sheet to another. The range has to be inserted above rows that have data
in them. When I use the insert.shift:xldown, it only moves down the first
column.
TIA,
Sub B_CreateTabs()
Dim rngE As Range
Dim lngLastRow As Long
Dim mgrval, lobval, shtval As String
mgrval = "myself"
lobval = "dept"
shtval = mgrval & "-" & lobval
Windows("Mybook.xls").Activate
Sheets(shtval).Select
Sheets(shtval).Copy After:=Workbooks("Mybook.xls&quo...
How do I create a bookfold document in Word 2007?I am new to Word 2007. How do I create a document in booklet form? Thanks
I'm sure you'll get better answers in an MSWord forum.
dadolim wrote:
>
> I am new to Word 2007. How do I create a document in booklet form? Thanks
--
Dave Peterson
...
object not being createdhello,
I created a dialog based application.I pop up a modal dialog from the
menu created in my application.Class midialog is associated with this dialog
resource.By mistake i created an obj of this class in the menu handler as
shown in code below.
OnMenu()//handler in my application dialog class.i.e.main dialog
{
midialog m_d;
m_d.DoModal();//creating my modal dialog
}
after couple of daysi realized that i wanted the obj not inside the handler
but in the class CMainDlg(class of the main dialog).So i removed above code
and tried to declare a variable of type midialog m_d(again,s...
Connecting to BofAanyone setup their sitekey and having problems with "update"? i created the
sitekey like on tuesday and now when i do the update it fails constantly
:(:(:(:(
Try calling BofA's online banking dept at 800.933.6262
"w0rm3y" wrote:
> anyone setup their sitekey and having problems with "update"? i created the
> sitekey like on tuesday and now when i do the update it fails constantly
> :(:(:(:(
actually going to call again, i called wednesday (day before thanksgiving)
and believe it or not they were already closed and i've sent them message...
Help ! formatting data to textI am creating data in an Excel spreadsheet. I then want to get that data
into a simple text email. I have some problems and questions...
1) how do I get the columns of data to line up evenly when I copy the data
to email text ? Keep in mind I need to be in simple text format, not HTML
or rich text.
Every time I do this, all columns become chaos and are unreadable.
2) Is there a simple way to automate the creation of an email from an excel
file ? this is less important to me.
Thanks in advance
WxMachine
#1. I think it may have to do with what email client you use, too.
I copy and ...
How can I stop charts from refreshing when changing source data?My problem is, that I am working with a lot of data and when I change some of
the ranges all charts in my view refreshes and it takes much time. My pc is
aP4 3GHz, 2GB RAM so that should not be the bottleneck. Is there any way to
force the charts not to update all the time?
...
how do I remove fx from the function line, can't enter dataI have the fx displayed just under my toolbar, and I can't enter or change
data in any of the cells in the file. I can't get the red X, the Green check
mark, or the black = sign to appear. There are very few areas that are not
"greyed out" under the headings at the top. This situation applies to all of
the excel files on this computer. I have Excel 2000. Please help.
Can you move the cursor around anywhere in the spreadsheet?
"dmdranch" wrote:
> I have the fx displayed just under my toolbar, and I can't enter or change
> data in any of the c...
how do i recover data in publisheri have been entering addresses to set up a mail merge. i cllicked the "ok"
button
in the window and lost all data . can i recover it
Look in a folder in My Documents named "My Data Sources". Publisher data is
saved as .mdb(Access) file.
Did you try selecting "Edit Address List" in the Mailings and Catalog menu
(Tools)?
--
Mary Sauer
http://msauer.mvps.org/
"dee" <dee@discussions.microsoft.com> wrote in message
news:690430F1-36DE-47EE-8B7D-DD12A096C075@microsoft.com...
>i have been entering addresses to set up a mail merge. i cllicked ...
Using subtotals as single data entriesSorry about the subject--I couldn't figure out how to describe it
simply.
I have a large file (16,000 records) of amounts billed by roughly
10,000 service providers. A number of these providers have multiple
office locations, so each record is unique to a specific office
location. In other words, a provider who billed from 3 different
office locations will have 3 entries. Each provider has a unique
provider ID number, which stays the same regardless of which office
location he is billing from.
I want to be able to subtotal the amount billed by each provider for
all their office locations...
How can I keep track of when (date and time) data is entered into.I am trying to create a spreadsheet for a high school class. I need to be
able to track when a student has entered data into specific cells of the
spreadsheet. Any ideas?
In the code behind the worksheet, enter (eg)
Private Sub Worksheet_Change(ByVal Target As Range)
Cells(1, 1).Value = Now()
End Sub
This will enter in Cell A1 the date and time at which any entry is made in
that worksheet.
If you need the location of the time-stamp to vary according to which cell
is changed then you can test the value of Target and vary the destination
cell accordingly.
--
Return email address is n...
How can I cut data out of HTML table, into msExcel and just take the data & columns? (but NOT the formatting & URLs!)
Hi
This is driving me ABSOLUTELY NUTS!
How can I keep the rows & columns of data that I am copying and pasting
off a website (my own in this case!), into a spreadsheet... WITHOUT
taking all the data formatting?
If I paste out of Ms IE v6 into Ms Excel (2003), it does at least keep
the
columns (something that doesnt happen if I paste out of FireFox, fwiw).
But it pastes with all the formatting & URLs etc - which I DONT WANT!
OK, I can save as .CSV, close, 2 warnings, and re-open but when done
REPEATEDLY this is a damned nuicance!
Any suggestions?
Ship
Shiperton Henethe
ship w...
Retrieving sorted data from same table.Hi All,
I am working on a table (mentioned below) I am looking for a query
which can get me the data according to the =93id=94 column with respect to
speed.
The condition is that I have to get three consecutive entries which
have speed > 60
Below is the sample table with data on which I have to retrieve the
data on above condition.
The output i need can be as given below
DVXC002 12/10/09 0:12 96
DVXC002 12/10/09 18:40 89
DVXC002 12/10/09 19:43 65
DVXC005 12/10/09 11:56 69
DVXC005 12/10/09 15:26 62
DVXC005 12/10/09 17:35 85
Need your help urgently....Thanks in advan...
Import directory data into Excel 2003I have over 1000 media files that I would like to extract information
from and put into an Excel spreadsheet.
Using Explorer, I have defined the fields I would like to see, such as
title, duration, comment etc. Now, I need to import this data into
Excel.
So far, I've not been able to find a way to do this. Can someone offer
some suggestions please?
Thanks,
Nigel
--
www.myoldcontacts.com - Tell your friends to tell their friends
www.sysadmininc.com - Consultancy, Service, Sales, Networking...
www.british-expats.com - Connect with British Expats World Wide
www.kxez.com/shows_britishinv...
show last data point in chartHello,
I am charting a range of observations/data points. Is
there a way to make the last data point show up
differently on the chart (different color/shape)?
Thank you.
Nathan -
> I am charting a range of observations/data points. Is there a way to make
the last data point show up differently on the chart (different
color/shape)? <
Click the charted data once to select the entire data series. Pause. Click
the single point to select it. Then use the Format menu.
- Mike
www.mikemiddleton.com
Thanks for your reply.
Well, that would work if I knew which point on the chart
...
Showing the perimeter of a set of (X,Y) data!Good day all,
I need to plot the perimeter of a set of data.
I have a set of (X,Y) data with error bar and it is a nice mess so I
just actually need to see (show) the area were the data can be found.
Then hopefully overlay an other set of (X',Y') data and show that they
both cover the same surface of existence.
i.e this is a set of metrology measurement in X and Y of a part build
from different mould. Obviously you get a nice cloud of X and Y but
does the new material offer the same 'cloud' ?
Thank you
I think the easiest way to do this is plot the data on a XY Scatter cha...
Import excel data to outlook calendarI have found lots of tips to import excel data to the
address book, etc, but can't find how to "custom map" or
how to import data from an excel spreadsheet into the
outlook calendar. Could anyone make any suggestions?
Hi Tracy,
normally you are in the wrong newsgoup, but I try to help you.
- First export the dates from your OL calender to an excel file.
- In this file, you can find all the headlines for importing.
- If you try to import date, be sure that the headline matches as described
before.
- Then to the normal job for import in Outlook
--
Ich hoffe, das hilft / ...
Registration Entry for External Data Refresh PromptHello, I have several Excel Workbooks with external queries, pivots, etc. I
have "ASK TO UPDATE AUTOMATIC LINKS" checked in TOOLS - OPTIONS. But it
seems like I still stometimes get asked whether or not I want to update.
Particularily I notice when I close the workbook I may get prompted if I want
it to automatically update. Is there something I can do so I do not get
prompted? Something in the registry perhaps?
Thanks for any assistance!
...
Copy Data from One Group of Cells to Another GroupI have five columns of data on two different sheets in the same workbook. One
set of columns is sorted in ascending date order the other in descending date
order. When I enter data into the last row of Sheet 1, I need the data in
that row in columns A, B, C and D to be copied into Sheet 2 columns A, C, D
and E in a newly inserted row 14. Is this possible with the use of a macro? I
can find the last cell in Sheet 1, but then need to go up one row and back to
column A. I am having difficulty with that.
Thanks is advance for any assistance offered!
/s/ Alan Auerbach
On Sat, 26 May 2007, ...
How do I get total value data labels in a stacked bar chart?I have a 3-D stacked bar chart with four series and I want to have the total
value in each category be displayed in a data label. Can I do this, and if
so, how??
Hi,
This should help
http://www.andypope.info/charts/StackColTotal.htm
Cheers
Andy
blemerson wrote:
> I have a 3-D stacked bar chart with four series and I want to have the total
> value in each category be displayed in a data label. Can I do this, and if
> so, how??
--
Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
Thanks, Andy. The CFO is thrilled.
Heather
"Andy Pope" wrote:
> Hi,
>...
outlook can not connect to the internetI just installed outlook 2003 and when I try to load it it directs me to set
up an e-mail account. When I do this thw e-mail manager says it can not
connect to the internet. I can browse the web fine. Any ideas?
stevechild <stevechild@discussions.microsoft.com> wrote:
> I just installed outlook 2003 and when I try to load it it directs me
> to set up an e-mail account. When I do this thw e-mail manager says
> it can not connect to the internet. I can browse the web fine. Any
> ideas?
Please list the exact steps you take to create the account.
--
Brian Tillman
...
Create activity by workflowHello!
I have read i can use in activity text field &leadbase.companyname; (when i
am making workflow to send e-mail to user) But it didnt work. Why? (in SQL
base i have table "leadbase" and column in this table "companyname")
Lina
try this:-
&lead.companyname;
Peter
"Lina" <Lina@discussions.microsoft.com> wrote in message
news:C4F7F8AA-429B-4F8E-B34B-749C0972153F@microsoft.com...
> Hello!
> I have read i can use in activity text field &leadbase.companyname; (when
> i
> am making workflow to send e-mail to user) But it didnt...