Use a Cell Value as a Worksheet Name
I want to paste data from a Workbook to another workbook into a sheet which has the name of a cell value. I don't know if that's possible, but I'm struggling with that and I can't find anything similar...
View Articlessis - how to parameterize excel connection
I need to load a .xlsx source to do some things, I've made an excel connection manager and it works but I need to parameterize id, how I could do that? I've read a lot of guides but I didn't make...
View ArticleAdd column with file name to multiple Excel files
I have a folder that has 370 CSV files in it, and each of those files are logs from specific days. I eventually want to combine all of these into 1 CSV file, but before I can do that I need a way to...
View ArticleWrite properly a formula in Excel VBA
I already asked a question like this before, but seems that the answer given is not working in this casethis is my code:Worksheets("Sheet").Range(myRange).formula = "=CONCATENATE(CODICI!"&...
View ArticleUsing VBA to calculate cell values in rows based on criteria
I have a problem I hope I can get some help with. In a summary report I need to use date criterias: today's date compared to months in B1:M1 (all cells are date formatted using a userdefined date...
View ArticleCan we fetch the specific data via using urls in vba
I have 15 different URLs, and I need to fetch price from the particular website in Excel a particular column, can you please help me out. It's my first VBA program and I try but it show my syntax...
View ArticlePowershell excel add formular - "The formula contains unrecognized text."
I am manipulating an excel sheet with powershell, where some formulas will be added.That all works, but in excel they are shown as #NAME?Detail: the formula contains unrecognized text$FilePath =...
View ArticleExcel - VLookup to return values in dropdown list
I am currently trying to display some manager/employee names based on business unit. Each Business Unit could have multiple managers and multiple employees.My question is can VLookup or any other...
View ArticleHow to count only visible cells in a custom function (count cells based on...
I am using a custom function that I found on the net. It does what I need it to do - counts cells of specific colour in a range of cells. How do I edit it to only count visible cells? I have tried to...
View ArticleHandling errors for "Small" function in excel, when the length of array is...
I am trying to consider only the least few in an array of some X number's, i am getting #NUM! error when the function cannot find the length specified.Example- Small(range,{1,2,3}) here the range of...
View ArticleVBA Code Does Not Copy Worksheet For the Second Time If I Add A Button To The...
I have a VBA code that copies the chosen page in the workbook, manipulates it in a desired way and creates a report on a new worksheet. The next thing I want to do is to add a close button to the newly...
View ArticleAdd meta data into CSV file to instruct Excel how it should open
I'm exporting CSV files which column headers texts change from English to French in an Angular application. The text displayed ok in English but not with French version, the characters with accent...
View ArticleCut and paste a row (based on a cell value) into a certain sheet, which is...
I have a worksheet that I've made to track progress on projects. I currently have an active x button that when clicked it moves a row from the active worksheet (Project Tracker) to another worksheet...
View ArticleHow to varify that 2 particular values exist on the same row in a separate...
Example: I have a number in cell E2 in workbook1. I have another number in A13 in workbook1. I have a 3rd cell that needs to highlight green in workbook1 under the condition that values in E2 and A13...
View ArticleExcel or Google formula to count occurrences of an 8-digit number within a...
I hope that you can help me.I have a data set which includes a free text comments field; within that field there are work order numbers entered which I want to count - the WO numbers are ALWAYS 8...
View ArticleHow to increase font of a Multi page caption
I have a userform with 12 multi pages. I want to increase the font size of each page caption,as the default font is small. searched lot of blogs for this, but not getting any solution.
View ArticleHow to prepend zeros to text until certain length
I have a column that looks like this '12345' and another column that tells this number's length. I need to add leading zeros to it until length in another column. Values in length column are either 8...
View ArticleCopy specific cells in a row to month worksheet based on date in column
I want to copy specific columns in a row based on the date to sheets with the corresponding month attached. Like if column H in the Main sheet has Jan 15, 2020, I want that row to copy in the Jan-20...
View ArticleExtracting appointments from shared Outlook calendar to Excel
I am trying to extract appointments from a shared Outlook calendar to Excel using a VBA macro in Excel. The code fails whether I try to define objOwner and olFolderCalendar as either Object or...
View ArticleVBA Input box which inputs data dependin on a lookup [closed]
I am very basic when it comes to VBA, however I am trying to write code for excel which will show a user box asking the user to enter for e.g. a Directorate (row) , a date (Column)and hours worked at...
View Article