Scrolling credits using a non-visible scroll bar on a user form?
I am still learning user forms so please excuse any mistakes. I would like to make scrolling credits appear on a user form. I did find one solution on the net but it didn't scroll smoothly. I wondered...
View ArticleIdentifying and renaming the cells using first character
Hi, I have a sheet in which we store the country name from which we recd our accounts.. We have 4 country names i.e. India, Brazil, China & Japan. From this sheet the data is extracted in a pivot....
View ArticleChart generation VBA
Hello, I am trying to develop a daily stock overview. What I would like to do is link some information to a calendar template so that as I click on a date a pie chart of sold/unsold is generated for...
View ArticleHow to insert and user of Buttons, Radio buttons, check boxes in excel sheet.
Dear Sir, Any body can help me in the above subject matter. I want to insert the buttons, radio buttons, check boxes and drop down lists into excel sheet. How to do that. Is it possible to crease our...
View ArticleTo divide value in each cell to the sum of the corresponding columns.
Hi! I am a beginner to VBA, and would really appreaciate help. I need to divide value in each cell to the sum of the corresponding column, and there are several columns. Vakye in each cell in column K...
View ArticlePage breaks issue for Page number function
Hi all. I'm working on a project which will generate reports in excel. Currently, I am trying to export the reports from excel to pdf. As some of the reports will have various width on the same...
View ArticleVBA sort sheets by ascending order
Looking for a VBA code to sort sheets by ascending order with in used range based on column B. Sub sort_ascending() Dim ws As Worksheet For Each ws In Worksheets If ws.Name <> "x" And ws.Name...
View Articlecopy paste from worksheet to other worksheet from cell B1 to cell A1
All, Could someone please help? I have a code that copies the worksheet from one workbook and paste it into a new workbook. However in the input worksheet the text starts at B1, so I would like to copy...
View ArticleEXCEL: Protect Sheets Being Deleted By User - Excel 2010
Suppose there are 5 Sheets - A, B, C, D & E in Excel 2010 Now I' don't want user to delete "A" Sheet How can I' do it with code without protecting Worksheet?
View ArticleNext row macro
Hi All I am in need of a macro to move to the next row once the first row has been completed. I have the first worksheet populating a summery sheet on a second worksheet, what i need is, once the...
View Article[SOLVED] VBA/ADODB How to change/update value in access database
Hello! I have a userform in excel that is linked to access database. Whenever I search for the employee/SAP ID# of staff, the userform retrieves all details and allows me to update them, except for the...
View ArticleFile problems when running Windows VBA code on an Apple OS
I have a VBA routine that generates about 30 Excel Reports from a single large input Excel workbook. The routine has been developed on Windows PCs over a couple of years, using Office 2007 and later...
View ArticleA function to check if a cell is populated when the workbook is opened
I am trying to write a function/sub that when the workbook is opened it checks to see if a year is entered in a cell on the cover worksheet, and also checks if a contract length is entered. if not an...
View ArticleDownload data from web using macro please help
dear sir i am uploading file here i want to download data from web actually i have a sheet i want to add some more fetcher to it to download index future from web i have explained all with step by step...
View ArticleVBA Code - PDF Output as opposed to Excel
Hi any help would be greatly appreciated.... i have the following code which does the following 1) cycles through a list of numbers which in turn trigger a vlookup 2) makes an excel copy of the...
View ArticleNeed help building a loop
I need a loop that goes across columns, when it hits a cell E.G 'Team 1' the loop then goes down to a particular row E.G row 11 and fills in team member names that it gets from a list on a different...
View Articlestandalone macro to retrieve reference column from separate worksheets in...
HI everyone a newbie and would like to seek your advice on how to create a macro that is -able to vlookup from a column and copies certain columns in a separate worksheet into a new...
View ArticleHow to convert a function into a change_event
I currently have a function I have created to populate a field of cells according to the numbers added to 1st,frequency,spread and cost. the function is currently started by a command button. how can I...
View ArticleMacro in Excel to open Access database required
I have been trying to find the VBA code that will open Access Database from Excel. I have found the below, and it partially works. It opens the Access database then closes it. How do I keep it open,...
View ArticleDynamic Sorting
Hi, On the attached file I have a list of projects which are sorted by region, the regions are: TOTAL - EMEA USD TOTAL - Americas USD TOTAL - EMPG USD Within each region I would like to sort the...
View Article