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
890 views
1 answer
    I have the following variable declaration in a procedure which works fine. Dim table_rng As Range Dim attachments_rng ... . Thanks in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
768 views
1 answer
    Is it possible for Find to start from the bottom of a range and work up? I would like my code to first find a ... If Loop End If End With Next D See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    Is there a way to do this as one line copy/paste without using the clipboard. copy one range ... ActiveCell.PasteSpecial Paste:=xlPasteValues See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I have 20 csv files. Each are unrelated. How do I combine them together into one xlsx file with 20 sheets, ... Workbook as XLSX. $xl.Quit() See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
663 views
1 answer
    Alright, I'm new to VBA but I know this has to be possible. I spent a while coding android applications, but ... guys? Thanks a ton as always. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have the following codes to read in contents from a PDF file in Excel VBA: 'Note: A Reference to ... Adobe Reader File Preview Type Library See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Although I've been working with VBA for Excel for quite a long time, I've one problem I cannot solve by myself. I ... solved - hope I'm wrong :) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
994 views
1 answer
    I have a series of charts I am creating using VBA (code below). I am having trouble changing the names of the ... " End With Next i End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
984 views
1 answer
    My excel sheet: A B 1 first second 2 3 4 x y 5 z j Python code: df = pd.read_excel (filename, ... example, for skiprows paramater, etc Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
884 views
1 answer
    I have three columns, A, B and C: Column A contains names, NAME1, NAME2, etc. Column B contains only the ... ("C1:C30").RemoveDuplicates End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
890 views
1 answer
    I want to find a specific word in a range of cells then highlight it in red. To do so I created this code but it ... = RGB(255, 0, 0) End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
768 views
1 answer
    If IsWorkbookOpen("CONTRACTCONTRACTLIST_Cement.xlsx") Then x = 0 Else Application.DisplayAlerts = False ActiveWorkbook.Close ... was still open. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
933 views
1 answer
    I'm trying to call a function in Excel VBA (2007), and am recieving a syntax error on the call. I have ... missing something stupid. What is it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
732 views
1 answer
    I'm looking to create a macro that'll install an add-in for the user to the excel ribbon. I'm upto: ... to be in the users default folder? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
794 views
1 answer
    I was wondering how to fill a multi-dimensional array in Excel VBA. A 1d array can be filled as follows: ... for a multi-dimensional array? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
816 views
1 answer
    I have some code where wb is an existing multi-worksheet workbook. If I copy one of the sheets "Overview" a ... = wb.Sheets("Overview").Copy See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
667 views
1 answer
    We usually use the expressions: Cells(i, 1), Cells(i, "A"), or Range("A" & i) to refer a dynamic cell ... But it's only speculation on my part. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
823 views
1 answer
    Can you recommend me a good substitute for reference or pointer types in VBA? I have been struggling for long ... more difficult. Any ideas? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
813 views
1 answer
    I have a problem with visual basic. I want to make a macro/function that will multiply a number I enter by 3 ... data in few cells at once. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
726 views
1 answer
    [2018-08-01: See new material near bottom of post.] I just ran across a Q-n-A here that included an example ... with a concrete use for it yet. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
872 views
1 answer
    I'm trying to send an email automatically through Excel, but the new line commands aren't working! I've tried < ... me know Regards as one line! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
862 views
1 answer
    I've been using Excel's COUNTIFS function to count the number of rows in a table that meet certain criteria, E. ... ) How can I accomplish this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
864 views
1 answer
    I'm trying to run a macro that selects blank cells in a table column and deletes the entire row. ... Select Selection.EntireRow.Delete End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
794 views
1 answer
    I have a column with time data like this: 17:27:31 17:27:32 17:27:32 17:27:33 17:27:33 17:27:34 17:27:34 ... 27:36 1 How can I do such a thing? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I have the following code which works fine for retrieving the cursor position as pixels: Declare Function GetCursorPos ... . Is that possible? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
781 views
1 answer
    I tried to use the MATCH function in an array formula to return multiple matches (by default it only returns ... a complex, unreadable formula? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
709 views
1 answer
    I have a table in Sheet1 that looks like this **Sport** Basketball Basketball Basketball Volleyball Volleyball ... ease of understanding!!) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
902 views
1 answer
    I am trying to replicate Excel formula to PowerBI.Which is Is There any DAX to perform this calculation((1-0.2)*B2+0.2*C2). Thanks. See Question&Answers more detail:os...
asked Oct 24, 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

...