Hello,
I've to convert/recreate from excel 4.0 macros to VB(A) for Excel.
So I need to learn more about the makro language excel provided back these
days.
Is there any tutorial still out there which could teach a few things?
Thank you in advance,
Maria.
Anyone looking for an introductory tutorial on using VBA in Excel should
take a look at the new four part series at TechBookReport. The tutorial
is he http://www.techbookreport.com/tutorials/excel_vba1.html
--
TechBookReport: http://www.techbookreport.com
Hi, I'm new to this forum. Just wanted to give a link to a basic Excel tutorial my students enjoyed. Looking over this forum, it's may be too basic. It just teaches formatting, the AutoSum button, a basic formula, etc. I don't teach anymore and I miss being 'helpful'. Maybe some of you have a youngster who's just learning Excel. I gave this lesson to 4th through 6th grades, and some of them actually wanted a second tutorial like this one. Anyway, sorry for the long post...here's the link:
http://www.associatedcontent.com/art..._tutorial.html
Hey guys,
Can any one point me towards a tutorial on how to set up meeting requests from Excel to Outlook?
I know this involves codes/scripts but I wouldn't know where to start
Cheers
Anyone knows some sites where they give free excel video tutorials? Appreciate it.
At http://www.excel-vba.com/v-forms-controls.htm
I have followed instructions... my code on the form is below but it won't
run... I've marked the error...
Can anybody give me any help with this?
thanks
Code is below--------------
Private Sub cmdBtnSubmit_Click()
shReport.Range("C4").Value = cbxCity.Value
cbxCity.Value = "Select a City"
frmCity.Hide
End Sub
Private Sub cmdCityCancel_Click()
cbxCity.Value = "Select a City"
frmCity.Hide
End Sub
Private Sub UserForm_Activate()
shParameterst.Activate '<-----Run Time Error 424 - Object Required
cbxCity.ColumnCount = 1
cbxCity.RowSource = "A1:A5"
End Sub
I have gotten to a point in my database where I will need to use Excel as a way to "export" an attendance sheet and then import the collected info once returned. I am wanting to find some good sites explaining some of the ways to do this (I assume most of it is VBA).
Any links/direction is appreciated!
I am using the Excel 2007 book and I can not figure out how to complete Tutorial 7 Case Problem 4 Question 5. I am having trouble figuring out how to set up the formulas.
I have problems with formulas & functions, and the online tutorial wasnt
helpful. I geuss i don't get the help either....
Any good ones online that are like projects? I've seen ones that are
more like reference manuals, but i would like to work on ones that
simulate projects dealing ROI, P/E ratio, etc or anything in nature
like that. Thanks