Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
68 views

I have no experience with scripts but found the following on here and it almost works for what I want. function onSubmit(e) { const range = e.range; const srcSheet = range.getSheet(); const ...
Matthew Boucher's user avatar
1 vote
2 answers
59 views

I would like to copy the Excel sheet under the specified name. My code looks as follows: Sub GetJoins() Dim tws As Worksheet, jws As Worksheet, nws As Worksheet Dim shnm As String Set tws = ...
Geographos's user avatar
  • 1,606
0 votes
1 answer
2k views

I have 2 workbooks, one source workbook with data spread over different sheets, and one target workbook where this data needs to be copied to, on one single sheet, right below each other. The copying ...
Tom's user avatar
  • 131
0 votes
1 answer
540 views

I have this code which helps me to copy paste information from one workbook to another. The values get pasted with format and formulas, but I want to paste them as simple text. I have tried to add the ...
Luis's user avatar
  • 55
1 vote
1 answer
155 views

I have a method which saves data into a binary file. I'm trying to unit test this method. That's why I made myself a controller binary file with the data I'm supposed to save using my method. My ...
LPo's user avatar
  • 95
0 votes
1 answer
586 views

I want to copy the CSV files present in adlsfolder called source to another adls folder called destination through adf pipeline copy activity. 1st activity = GetMetadata to get all the files from the ...
Bindu's user avatar
  • 5
0 votes
0 answers
32 views

i got a powershell script that copies alot of files from a path with some filters. The very odd behaviour: When I open the powershell script using: Rightclick->run with powershell (or doubleclick) ...
Steini's user avatar
  • 2,775
0 votes
0 answers
81 views

I have a large dataframe, and I needed to create a new columns using a formula that works with 3 different columns and assign the value of 2nd column to the 3rd if the 1st column have a given value. ...
NiKiuS's user avatar
  • 1
0 votes
1 answer
232 views

I'm relatively new to python and although I can understand code (for the most part), I have trouble with starting to write code, so any help is appreciated. This is also my first time posting on ...
Teodora's user avatar
-2 votes
1 answer
164 views

Is it possible to reflect the latest timestamp of the copy if the source and destination files are identical? Timestamp before copy for destination and source: destination: [wluser@myhost7 ~]$ ls -ltr ...
Ashar's user avatar
  • 3,195
0 votes
1 answer
78 views

I'm trying to add a fixed value in the method copy. There is a csv file, but in addition to the data from it, I want to add a fixed value to the table. In vertica there is column‑as‑expression. create ...
Luice712's user avatar
0 votes
0 answers
94 views

I searched on net and have found c# code to copy file async with progress bar which is working perfectly. Now I am trying to copy a folder having multiple files. I have added an extra progress bar, ...
Minesh's user avatar
  • 1
0 votes
1 answer
86 views

I want to create bash script for make multiple copy of 1 file in source directory to Destination directory and rename it with specific running number based on my config file. example :Source directory ...
Miss aya's user avatar
0 votes
1 answer
131 views

I have a range of non-contiguous cells that I want to copy across from one sheet (wseDNA1) to a second sheet (wsElog1). I only want to copy if the value in wseDNA1 is not "NR", and if the ...
Kim Woods's user avatar
0 votes
1 answer
99 views

I'm trying to do what should be very simple. Copy data from one sheet in an existing workbook, create a new workbook, paste that new data there, and then save and close the new workbook. However, ...
Josh Frankel's user avatar
0 votes
1 answer
89 views

Hi so I am wondering if there is a way to copy files to any usb connected without a idv nor idp, Also I am wondering if there is a way to assign the above only to a specific usb port so that other ...
Moshe's user avatar
  • 1
0 votes
1 answer
31 views

I want to copy several storage groups from the running Apache IoTDB server to load into another IoTDB server. I want to know do I need to stop the current running IoTDB during the copy progress? Any ...
leonbear's user avatar
  • 290
0 votes
1 answer
2k views

In Azure Synapse Pipeline Lookup or Copy activity's Query setting, I am testing to use a variable for my table name so this activity can be used inside of another ForEach loop. But I keep getting this ...
dwssc2023's user avatar
0 votes
2 answers
131 views

When I copy a test case in DevOps, a popup opens to select a test plan. When you click the dropdown to select a test plan, there used to be a search bar to filter down the list. Now that search bar ...
apetrone's user avatar
0 votes
1 answer
254 views

I have a macro that I am currently running on two different workbooks, however it is giving me the above error on one workbook only. Through trial and error, I'm learning that it's working when I am ...
joey's user avatar
  • 47
0 votes
1 answer
84 views

def do_it(): global files_to_move global copymove for file_dict in files_to_move.values(): if check_path(file_dict['new_path']) == False: return if (...
not_a_generic_user's user avatar
0 votes
1 answer
62 views

I've got assistance from user name @Ike to copy and delete cell. When I click the button based on images, few new sheet will be created named (based on cell value it indicate into the cell) - Example: ...
Wafee89's user avatar
  • 23
0 votes
3 answers
155 views

I have a stored procedure that copies all the stored procedures in one database to another, changing the database reference. However, it currently has to be run on the destination db, whereas I would ...
Artuskan's user avatar
1 vote
1 answer
83 views

Dear All I am suffering a code which match, copy and paste outlook mails as attachment from a given subfolder to an empty mail. This subfolder located in my inbox which is not the default folder of ...
user19102522's user avatar
0 votes
2 answers
120 views

I am copy/pasting a formatted text from another document. The text is in the table of that document. when I remove the last character it removes the formatting for the last paragraph. however if I add ...
VBAbyMBA's user avatar
  • 826

1
3 4
5
6 7
227