Exponential trend-line equation problemHello,
I have made a exponential graph of below data set:
x y
0,90498 14294225
0,88252 14361091
0,91054 14392452
0,89546 14463203
0,90225 14535720
0,93918 14754041
0,93624 14812708
0,92533 14922256
0,94256 15000374
0,94681 15049871
0,93819 15051332
0,93495 15188711
0,95299 15425517
The equation I get is:
y = 6E+06e0,950x
Microsoft (http://office.microsoft.com/en-us/excel-help/add-change-or-
remove-a-trendline-in-a-chart-HP010007461.aspx) states that the
exponential equation is written on this form:
y = c*e^b*x
where c and b are constants and e is the base of the ...
Shade under a lineI have scatterplots with date/time along the X axis, and data on the Y axis.
I'd like to add shading from sunrise to sunset.
I can create a line on the scatterplot that is 0 during the day and a value
greater than the max Y value at night, but would like to be able to shade
under this line to more easily visualize when it's dark.
I also tried creating a bar graph in the background on a second X axis,
thinking I could have small categories with date and light/dark data, but the
time axis cannot do increments smaller than days, so that hasn't worked.
Any suggestions? I ha...
Public Folder Store Present on Front-EndsI ran the EXbpa and it said that it is recommended to dismount the Public
folders stores on my front end severs. When I dismounted them mail started
queueing up and did not start again until I mounted the stores. Why would
this be when Microsoft recommends it and what does the PF store have to do
with mail flow?
I am running Exchange Server 2003 SP2
Tyson <Tyson@discussions.microsoft.com> wrote:
>I ran the EXbpa and it said that it is recommended to dismount the Public
>folders stores on my front end severs. When I dismounted them mail started
>queueing up and did no...
VBA code to say Yes or No if any VBA code is present in ActiveWorkUsing XL 2003 & 97
Would like hit Ctrl+Shift+V and have an answer either yes or no as to the
presence of Any VBA code in the Active Workbook.
I do know that about the VBA editor/Explorer or to press the Run Macro
button and get a list from various sources .
I would like to stay at the keyboard and process a series of macros
including one to let me know if I even need to evoke the VBA explorer.
TIA Dennis
There is no bootstrap macro to tell you whether you have macros
or not. If there were there would be no limit to virus writers.
---
HTH,
David McRitchie, Microsoft MVP - Excel ...
Let me use the Line Color icon on chartsIt would speed up a lot of my work if I could use the Line Color icon on
Excel charts, the same way I am able to use the Fill Color and Font Color
icons.
However, when I highlight any chart object, like the Plot Area, Chart Area,
or a Series, the Line Color icon is disabled.
--
Stuart Bratesman, Jr., MPP
Muskie School of Public Service
Univ. of Southern Maine
Portland, Maine
----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If ...
A Newbie question. Input value and have return inserted in WordI have a listing of numbers with names/addresses in Excel and would like
to be able to enter a number and have the corresponding info returned
into a Word merge file.
Is this possible? Any help would be greatly appreciated. Tks
------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/
...
FRx linesAnyone know how to have a financial line that references a category number &
then subtracts out a "full" GL number? Seem FRx doesn't like having the
combination of the different types of GL refenences
Thanks
If you are not using a Tree, then you can put the GL account in the next line
of the row format. Create a row that adds the two lines. Then hide the
category and the account rows.
"Merle" wrote:
> Anyone know how to have a financial line that references a category number &
> then subtracts out a "full" GL number? Seem F...
Stopping word split lines over pages
Hi All,
I wonder whether you knowledgeable folk can help me... I'm really stuck
with this one and it's driving me slightly crazy.
I'm re-typing/ editing a theatre script in word. It's formatted so that
the Character's name who is speaking is on one line and then directly
below is there dialogue. There is then 2 line breaks before the next
section of dialogue... E.g:
SAM
Hello There how are you?
JOHN
I'm fine thanks... How was your day?
SAM
Good... (etc. etc.)
What I want to stop work from doing is splitting the Character's name
and the li...
Use VBA to update Access table or Query from ExcelCan I use VBA to update Access table or Query from Excel?
Thanks in advance
Hi Leungkong,
> Can I use VBA to update Access table or Query from Excel?
Of course, using ADO or DAO.
See:
http://www.erlandsendata.no/english/index.php?d=envbadacexportado
Regards,
Jan Karel Pieterse
Excel MVP
http://www.jkp-ads.com
Hi Jan,
Thanks. I think ADO is what I want.
But I am not only want to export from excel to access.
I want to edit some data in access table.
For example, Access has a table "ProductList"
I want to use Excel to call the product by "Pro...
Rotate Time Line datesHi,
This is my last question (for the time being).
How to rotate the dates on a time line bar by 90 degrees (left or right)?
In my attempts, the dates are unreadable because they overlap.
I will overlook the proper command.
--
Mvg, Frans
...
Print, Merged Cells, and VBAHello
I'm looking for a code that will help me with a print job
for a worksheet. There are a lot of merged cells and a
lot of "IF"s to be used in the VBA for range selection.
Thanks in advance,
Sarr
...
VBA and Scheduled task in OutlookHi, how can I:
a) pull the query from somewhere and send it by e-mail automatically. E.g. I
want to take a temperature table from
http://www.wunderground.com/history/airport/EHAM/2009/7/10/DailyHistory.html?req_city=NA&req_state=NA&req_statename=NA
where 2009/7/10 is the date of yesterday put it into an e-mail and send it
automatically each day at 8 o'clock?
b) if this is not possible, how can I send an e-mail with the attachment
c:\Documents\query20090710.xls each day at 8 o'clock?
my boss wants this automatized, I know how to write the VBA code for Excel,
but don'...
vba select fieldHi,
having a button on a form, is it possible to select only some fields
(all from the same table) of the current record instead of all fields?
I've tried this code:
RunCommand acCmdSelectRecord
RunCommand acCmdCopy
Forse dipende dei dati nel record.
but it selects ALL fields in the form.
Thank you.
Remigio
hi,
On 10.04.2010 18:01, remigio wrote:
> having a button on a form, is it possible to select only some fields
> (all from the same table) of the current record instead of all fields?
> I've tried this code:
>
> RunCommand acCmdSelectRecord
&...
VLOOKUP in VBAOn the worksheet I can insert in a cell
=VLOOKUP(C5, Hobokee.xls!AcsLow, 2)
and it works perfectly, looks up the value in column 2 of the range named
AcsLow in the same workbook.
But elswhere I want in a macro to lookup the same table and assign the
result to a variable BalAmt.
BalAmt = VLOOKUP(AccNum, Hobokee.xls!AcsLow, 2) does not work.
It gives a function not defined error on Hobokee. If instead of Hobokee I
put Workbooks("Hobokee"), it gives function not defined error for VLOOKUP
which it changes to VLookup.
I have been overVLOOKUP in the Help file and see nothing wrong.
W...
Deleting to the end of the documentI want to use VBA to delete everything following my present position in the
document to the very end.
How is that done?
"LA Lawyer" <LALawyer@discussions.microsoft.com> wrote in message
news:8C996D3B-846F-419C-A8D4-782FE3721877@microsoft.com...
>I want to use VBA to delete everything following my present position in the
> document to the very end.
>
> How is that done?
Selection.MoveEnd Unit:=wdStory, Count:=1
Selection.Delete
--
Regards
Jonathan West
...
Excel VBA/Macro programming for beginners
Hi all,
I know a bit VB 6.0 programming. Will it help me to write exce
vba/macro(same thing?).can anybody help me by providing some fre
websites where i can have informations/codes for VBA/macro.
Please tell me how could i make a *command Button * in a cell in th
excel sheet
--
sdebu_200
-----------------------------------------------------------------------
sdebu_2000's Profile: http://www.officehelp.in/member.php?userid=430
View this thread: http://www.officehelp.in/showthread.php?t=118812
Posted from - http://www.officehelp.i
Try David McRitchie's "getting started with mac...
Turn pc speaker on/off with vba codeIs this possible?
Thanks
I found something here on how to do it withVBScript. You can probably modify
it to work in VBA
http://www.pcreview.co.uk/forums/thread-1468591.php
--
HTH,
Barb Reinhardt
"David" wrote:
> Is this possible?
> Thanks
Thanks Barb
I'll have a go
(I need to improve my web searching skills)
"Barb Reinhardt" wrote:
> I found something here on how to do it withVBScript. You can probably modify
> it to work in VBA
>
> http://www.pcreview.co.uk/forums/thread-1468591.php
> --
> HTH,
> ...
Loading a Form from VBAHi all, I'd like a module to open and load a form in my Access 2003
database... How can I do this?
Use the OpenForm method. Look in the Help file for details.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
"Mike" <michael.leon.schwartz@gmail.com> wrote in message
news:1184770076.109526.207900@o11g2000prd.googlegroups.com...
> Hi all, I'd like a module to open and load a form in my Access 2003
> database... How can I do this?
>
On Jul 18, 10:58 am, "Douglas J. Steele"
<NOSPAM_djsteele@NOSPAM_canada.com&g...
Auto Fill Series when number ends in -1I am trying to complete an autofill in excel
The numbers are 900000824-1, 90000825-1, 900000826-1 to 900001133-1
I have tried typing 900000824-1 into cell A1, 90000825-1 into cell A2,
900000826-1into cell A3, when I try to fill I get 900000824-2, 90000825-2,
900000826-2 in A4, A5, A6 (respectively).
Have tried to creat a custom fill series with no luck either, any assistance
will be most appreciated.
Thank you.
Just in case something like this would work for you.....
Put 900000824 in the first cell
Change the number format of that cell:
Format>Cells>Number tab
Category: Custom
...
Excel and VBAI am very interested in learning more about using VBA in office, especially
Excel. Can you post some resources (online, books, etc) that can be used to
help learn about using Visual Basic in office.
Thanks!
Here's a good place to start:
http://www.contextures.com/xlbooks.html
Does that help?
***********
Regards,
Ron
XL2002, WinXP
"Bob Sinclair" wrote:
> I am very interested in learning more about using VBA in office, especially
> Excel. Can you post some resources (online, books, etc) that can be used to
> help learn about using Visual Basic in office.
>...
VBA CustomizationIs there a way to get the name of the current company through VBA in Great
Plains 8.0?
Thanks for all your help.
open GreatPlains. Add the current window, it will add the
Toolbar then add fields choose the company name on the
top left after the user id.
>-----Original Message-----
>Is there a way to get the name of the current company
through VBA in Great
>Plains 8.0?
>
>Thanks for all your help.
>
>
>
>.
>
Thanks. I tried, but I couldn't add company name to the field list. It opens
up the login screen instead.
Any thoughts? Thanks again.
"ger...
Can I get Excel to determine the line curve formula without graph.I am trying to otain a solution for the number where two curves meet.
Specifically trying to determine the expected flow rate given a pump curve
and system curve. The curves shift depending on variables that are read from
a spreadsheet. I can get the curve formulas by graphing them and requesting
the trendline feature, but then I have to manually enter the curve formulas,
set them equal to each other, and solve the equation. Can Excel do this
automatically from two data sets? Any help would be appreciated.
Hi,
What kind curves are they (i.e., what kind of functions are those trendline ...
Run VBA without showI want excel to run the VBA code without showing me what it is doing.
Which code should i use for that?
Sub RunWithoutShow()
Application.ScreenUpdating = False
'Paste the vba code here
'end of code
'Change screenupdating property to true
Application.ScreenUpdating = True
End Sub
I hope this helps...
Selva V Pasupathy
For more on Excel, VBA, & other Resources
Please visit: http://socko.wordpress.com
You may also
(inserting into quote from code example bellow from Socko)
Use Application.Visible property to hide the application entirely
Sub RunWithoutShow()
Appli...
Form Controls vs VBA controls
I am new to VBA so just finding my feet, can anyone help me with th
differences between an excel control (i.e. one from the form toolbox
lets say a checkBox and a vba checkBox?
From trying the two controls the I have noticed is that you canno
capture the change event of the VBA checkbox in the code module, it ha
to be done via the sheet (i.e. checkbox on sheet1, code goes in chang
event on sheet1) the control is placed on, is this correct? What woul
you do if you have three sheets with the same controls just differen
data, do you really have to code the control 3 times?
The excel control ho...
Referencing a ComboBox in VBAHi,
I am using Excel 2007. I want to run some code in my Workbook_Open() Sub
that fills a combo box on one of my Worksheets (I will call it myCombo on
mySheet). I tried the following code and it did not work:
myCombo.Clear
myCombo.AddItem "Item One"
myCombo.AddItem "Item Two"
myCombo.AddItem "Item Three"
I assume that the problem is that within the Workbook_Open() Sub, the
reference to myCombo is not valid. Can anyone tell me if/how I can get a
valid reference to myCombo (on mySheet)?
Thanks in advance,
Paul Kraemer
--
Paul Krae...