Find Jobs
Hire Freelancers

Data manipulation in excel

$30-200 USD

完了済み
投稿日: 14年以上前

$30-200 USD

完了時にお支払い
Need someone to work with VBA within Excel to do the following: Import ascii text all columns set to text Set several columns to a calculated value Delete the header (1st row) Save file in XLS format Use a VBA program to write file into ASCII file End of? phase 1 of project Phase 2 Login into a secure site with username and password click on a button post? ASCII file from Phase 1 above? into browse window click on upload button. Watch for confirm message logout of secure site. ## Deliverables Here is the VBA code to write the file in ascii comma delimited. Attribute VB_Name = "Module1" Public Sub OutputQuotedCSV() Const QSTR As String = """" Dim myRecord As Range Dim myField As Range Dim nFileNum As Long Dim sOut As String nFileNum = FreeFile Open "L:\OUTPUT\[login to view URL]" For Output As #nFileNum For Each myRecord In Range("A1:A" & _ Range("A" & [login to view URL]).End(xlUp).Row) With myRecord For Each myField In Range(.Cells(1), _ Cells(.Row, 256).End(xlToLeft)) sOut = sOut & "," & QSTR & _ Replace([login to view URL], QSTR, QSTR & QSTR) & QSTR Next myField Print #nFileNum, Mid(sOut, 2) sOut = Empty End With Next myRecord Close #nFileNum End Sub
プロジェクト ID: 2958203

プロジェクトについて

6個の提案
リモートプロジェクト
アクティブ 14年前

お金を稼ぎたいですか?

Freelancerで入札する利点

予算と期間を設定してください
仕事で報酬を得る
提案をご説明ください
登録して仕事に入札するのは無料です
アワード者:
ユーザーアバター
See private message.
$80.75 USD 14日以内
5.0 (52 レビュー)
5.1
5.1
この仕事に6人のフリーランサーが、平均$113 USDで入札しています
ユーザーアバター
See private message.
$85 USD 14日以内
4.9 (80 レビュー)
5.9
5.9
ユーザーアバター
See private message.
$170 USD 14日以内
4.9 (41 レビュー)
5.7
5.7
ユーザーアバター
See private message.
$106.25 USD 14日以内
5.0 (6 レビュー)
2.7
2.7
ユーザーアバター
See private message.
$63.75 USD 14日以内
0.0 (0 レビュー)
0.0
0.0
ユーザーアバター
See private message.
$170 USD 14日以内
0.0 (0 レビュー)
0.0
0.0

クライアントについて

UNITED STATESのフラグ
Weston, United States
5.0
15
お支払い方法確認済み
メンバー登録日:4月 4, 2003

クライアント確認

ありがとうございます!無料クレジットを受け取るリンクをメールしました。
メールを送信中に問題が発生しました。もう一度お試しください。
登録ユーザー 投稿された仕事の合計
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
プレビューを読み込み中
位置情報へのアクセスが許可されました。
あなたのログインセッションの有効期限がきれ、ログアウトされました。もう一度ログインしてください。