Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged EXCEL

0 votes
655 views
1 answer
    I need to convert a string, obtained from excel, in VBA to an interger. To do so I'm using CInt() which works ... integer and set to 0 if not? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
766 views
1 answer
    I am new to VBA and I am trying to come up with a way to delete all rows (and shift cells up, if ... any suggestions. Many thanks in advance! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
655 views
1 answer
    I'm using the Dictionary class in the MS Runtime Scripting library to store where labels are going to go for a ... Value = dict(key) Next key See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
670 views
1 answer
    I've been using the lines below to compy VBA modules from one workbook to another and I don't know if ... sheet from one workbook to another? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
738 views
1 answer
    I need to have my macro executed every 10 minutes . This allows it to work in 10 minutes sub my_Procedure ( ... macro execute every 10 minutes ? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
644 views
1 answer
    I have 2 worksheets: Summary and SERVER-ONE. In cell A5 on the Summary worksheet, I have added the value SERVER- ... : ='A5'!G7 Any suggestions? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
689 views
1 answer
    How do I express the condition "if value is not empty" in the VBA language? Is it something like this? " ... empty then..." Edit/Delete Message See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
573 views
1 answer
    There is no special type for functions in VBA. It is hard for me to see how to add functions as arguments ... one call to a specific function. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
542 views
1 answer
    I have a VBA application developed in Excel 2007, and it contains the following code to allow access to the ... 2007 is not an issue. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
683 views
1 answer
    I have an Excel spreadsheet with 1 column, 700 rows. I care about every seventh line. I don't want to ... how to do this elegantly/efficiently? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
759 views
1 answer
    I'm wondering if anyone knows of a way to import data from a "big" xlsx file (~20Mb). I tried to use ... works. Does anyone have an idea? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
671 views
1 answer
    I have 2 sheets in my workbook SheetJS and Sheet1. I have this code that partially matches cells in each row ... Any tips will help thank you! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
633 views
1 answer
    How I can generate 5000 records in 2 columns of random numbers between 1 and 100 that being unique. For example: A B - ... 18 . . . . . . thanks See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
623 views
1 answer
    I have a worksheet with the "tab" name of "Rpt_Group". I also renamed its code name to shData. When I ... does not work: WBA.shData.Activate See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
648 views
1 answer
    I have a chart that picks the info from a pivot table that I have with daily data. I am trying to create ... 't work! Can someone help me? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
546 views
1 answer
    I'm having some difficulty combining several functions to do what I want in a 70000+ line excel file. ANY tips or ... using the right one(s). See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
661 views
1 answer
    How to perform iteration over excel/google sheets cells to get pairwise combinations? "string1" "string2" " ... possible in google sheets? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
649 views
1 answer
    I have working code to hide/unhide rows depending on the corresponding cell value. This is a list of materials and ... = False Next cell End Sub See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
493 views
1 answer
    When the results of an Array Formula are numbers, I find it generally easy to find an appropriate method to collapse the ... (C1,C2,C3...C10). See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
642 views
1 answer
    I am trying to use a vlookup or similar function to search a worksheet, match account numbers, then return a ... ie. "Grain Oilseed Hay" See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
595 views
1 answer
    I have values in columns G and N that have the same values, but not in the same order, so if column G and ... Items1 45 1 Apple 45 1 Apple See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
690 views
1 answer
    I have code that reads ranges and converts them to arrays for processing. It unfortunately fails when the range ... range has only one element? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
610 views
1 answer
    This is my first time asking for help on any VBA programming sites. I am very new to VBA programming (had ... much for your patience! Veronica See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
680 views
1 answer
    There is a way to remove all duplicates in array with VBA, also the first value. Just keeping the not Duplicated ... 'pedro','maria','jesus'] See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
730 views
1 answer
    In Excel, I'm trying to do the following: Where sheet1 column 1 = sheet2 column 2, return the value in sheet2 ... )) This doesn't work either. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
579 views
1 answer
    The title may be typically simple, but I did not get a solution yet even after researching over several forums on ... Could you please help me? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
584 views
1 answer
    For the code I am writing I monitor the changes in certain cell ranges to run functions and private ... ActiveCell MsgBox xfrLastCell End Sub See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
689 views
1 answer
    I am trying to find an email, by subject starting with specific text, to then download an attachment from that email. I ... = j + 1 Loop End sub See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...