VBA store sheetnames in a array
In the question below I made a consolidation (for the whole code see the attached file). The question is to take just a couple of sheetnames to do the job. I made the code below to achieve that goal...
View ArticleTo move cursor to the next row automatically when we enter press
Hai dudes Once again nice to meet you through this post guys plz help me to solve my problem ..is there any possibility of moving the cursor the next line (ex in my case when i reach the cell L3 right...
View ArticleCountifs in VBA sample data provided
hello, Over the last few weeks I have been able to put some of the fomula of a spread sheet into VBA and sctually get it to work. This one is killing me though. My sample data has the formulas to...
View ArticleExcel VBA Macros with hidden sheets
I am working with someone elses VBA project :eek: It is named ExcelMacroLibrary.xls. It contains two spreadsheets which do not open. I can look at the VBA code but not the sheets. Is there a setting to...
View ArticleExcel will not paste clipboard material using VBA
Hello, Currently, I have some code that takes data from a user selected excel workbook and imports it into a master data list (where the macro is run from) My code, listed below, does not allow me to...
View ArticleSave Button and Search On Userform faults
i have the following code which is from my Search Expenses page on my userform, i have a search by date as well as the listbox. if i put a date in and press search it populates a set of boxes and the...
View ArticleExcel can send mail with multiple cells info as email body and subject, befr...
hi, Want to send email notification from excel data, with details of subject which is maintained in Colum “C”. And body message which is store at “F”. the due dates is maintained in Colum "J". As it...
View ArticleCreating a searchable database
Hi Team, I have 2 queries hoping to get it solved as always! 1. I want to use excel as a searchable database .I have googled it but all their suggestions are to store data online (web forms ) which I...
View ArticleVertical autofill data
Hi again, Looking for a way to save time in data entry I have attached a sample worksheet. Looking to enter one word then the rest of the row auto fills - but is editable Assistance as always...
View ArticleTimer Via Function Module Telling Lies
Hello I'm trying to get a timer working via a function module. The idea is to time how long it takes to run multiple modules. I've never tried using a function module before so I've no idea what I'm...
View ArticleHow to use VBA to set formula?
For instances, I wanna set 2 formula via VBA, one is to calculate the accumulated balance, the first formula is the 2nd balance= 1st balance + 2nd quantity received (if any) - 2nd quantity supplied (if...
View Articlehow to restrict the date format by using the monthview_control?
I dun know why I enter the date in the monthview_control, it output to text format, not the date format.. Thus, how can I restrict the date format? Thanks,jason
View Articlehow to copy the discontinuous data in database to the template?
the location of the database and the template are not the same, so that I cannot use the range function. For examples, I want to copy the column of "B" in database2 to the column of "A" in template1...
View ArticleCreating a report with text data from multiple data sources
Hi, I have an import from a database and I need to generate a report, looking like this SampleTable.png I have data in multiple lists. The list of companies will vary, and there could be any number of...
View ArticleQuestion: Solving a pivot problem by excel programming or scripts or...
Hello Guys, There is a problem, Is this possible that if we import some data of more than one tables of MS-SQL of same database to a pivot table for creating a report. Now if the data in MS-SQL will be...
View Article[SOLVED] How to connect HTML Login page through excel vb macro
Hi there, i am new in vb coding,excel to excel i can do good coding but here i got new challenge. in my office there one web base software call e-horizon it is java base might be.... i have script of...
View Articledata fill base on condition.
i have excel dashboard & i want fill data from another sheet. my dashboard.. Attachment 251625 Attachment 251626 my requirement is dashboard page operator,month & date need to match with data...
View Articlelistbox code needs adapting
hi all how can i adapt this bit of code so when i select an item in the listbox then that item gets pasted to a cell. here is my full code Code: Private Sub NOutSave_Click() Dim Nextrow As Integer...
View ArticleExport Rows to a New worksheet
Is it possible to export rows to a new worksheet using a start date and end date as reference? The button (Draw Report) on the Raw Data xls. should copy tickets uniquely on a new workbook, by uniquely...
View Article[How to do] Loop until data fill on cell ?
Hi everyone! Now i'm making a workbook which can auto send sms, i have problem with funtion check data on cell as below : Code: Sub checkvalue() Dim i As Integer Worksheets("Sheet2").Select For i = 12...
View Article