advanced help
per page, with , order by , clip by
Results of 1 - 10 of about 58 for CurrentDirectory (0.000 sec.)
[[20070708193359]] 13656
CurrentDirectoryの変更』(たか)
お世話になっております。 CurrentDirectoryをChDirで変え、指定フ ... らないエラーがでてしまいます。そこでネットワーク上でCurrentDirectoryを変えたあと、チェックしてみると、どのように変えても ...CurrentDirectoryは常に"C¥"になっています。どうしたら、ネットワーク上 ...CurrentDirectoryを変える事ができるのでしょうか。よろしくお願い致しま ...
http://www.excel.studio-kazu.jp/wiki/kazuwiki/200707/20070708193359.txt - [detail] - similar
[[20201123235640]] 12295
『フォルダの場所指定について』(朝倉東)
こんにちは。教えて頂けたらと思いまして投稿させて頂きます ... んでいるのですが With CreateObject("wscript.shell") currentdirectory = "C:¥データ保管場所" End With や ChDir "C:¥データ ... deta As String With CreateObject("wscript.shell") currentdirectory = "C:¥データ保管場所" End With deta = Application. ... 00:41 ---- > With CreateObject("wscript.shell") > currentdirectory = "C:¥データ保管場所" > End With スペル合ってるのか ... ればエラーにならないので、単に気がついてないのでは? CurrentDirectoryの前にドットを付けたらどうなりますかね。 With Create ...
http://www.excel.studio-kazu.jp/wiki/kazuwiki/202011/20201123235640.txt - [detail] - similar
[[20171220160716]] 10641
『長いパス名+ファイル名のフォルダー間移動について』(パオ〜〜ン)
またまた、お知恵をお貸し下さい ... データ¥" & ManNo With CreateObject("WScript.Shell") .currentdirectory = FDir End With MsgBox "ファイルを所定のフォルダー ... ○○○○○○○○○○○○¥" With CreateObject("WScript.Shell") .currentdirectory = TDir End With MsgBox "格納先フォルダーを指定して ... - Len(TBkNm)) With CreateObject("WScript.Shell") .currentdirectory = TDir End With wStrS = StrConv(TDir & FBkNm, vbFr ... ight(FBkNm, 4) With CreateObject("WScript.Shell") .currentdirectory = FDir End With Name FBkNm As RepNm With CreateObj ...
http://www.excel.studio-kazu.jp/wiki/kazuwiki/201712/20171220160716.txt - [detail] - similar
[[20140917214830]] 9587
『テキストデータ読み込み』(パパス)
初めて!よろしくお願い致します。 デスクトップに作成されたテキ ... ィレクトリ取得 crdr = CreateObject("WScript.Shell").CurrentDirectory 'カレントディレクトリ変更/今回はデスクトップに変更 ... CreateObject("WScript.Shell").CurrentDirectory = CreateObject("WScript.Shell").SpecialFolders("De ... ントディレクトリを戻す CreateObject("WScript.Shell").CurrentDirectory = crdr '終了 Exit Sub End If 'ダイアログで選択した ... ントディレクトリを戻す CreateObject("WScript.Shell").CurrentDirectory = crdr (カリーニン) 2014/09/18(木) 19:40 ---- ?? ...
http://www.excel.studio-kazu.jp/wiki/kazuwiki/201409/20140917214830.txt - [detail] - similar
[[20111129160310]] 9279
『ファイル名を指定して開く時のフォルダの指定』(ぬこ)
いつもお世話になっています。 Excel2007です ... 見ながらコードを書きましたがパスの書き方が悪いのか 「currentdirectoryメソッドは失敗しました。IwshShell3オブジェクト」 とい ... うエラーが出ます。 currentdirectoryを外すと「オブジェクトはこのプロパティまたはメソッド ... Dim myBook as String CreateObject("Wscript.shell").currentdirectory = " ¥¥11.222.33.444¥共有¥管理部¥業務¥Aチーム¥日報" ... Dim myBook As String CreateObject("Wscript.shell").currentdirectory = "¥¥11.222.33.444¥共有¥管理部¥業務¥Aチーム¥日報" ...
http://www.excel.studio-kazu.jp/wiki/kazuwiki/201111/20111129160310.txt - [detail] - similar
[[20090609191704]] 9279
『自動配布の処理を作りたい』(なた)
こんにちは。なたと申します。 あるマクロ付エクセルファイルを ... On Error Resume Next CreateObject("WScript.Shell").CurrentDirectory = "¥¥192.xxx.xx.22¥xxx" If Err Then Msgbox "つなが ... ない" Err.Clear End If CreateObject("WScript.Shell").CurrentDirectory = "¥¥192.xxx.xx.25¥xxx" If Err Then Msgbox "つなが ... なってしまいました。 >CreateObject("WScript.Shell").CurrentDirectory = "¥¥192.xxx.xx.22¥xxx" ←ここは ファイル名まで記述 ...
http://www.excel.studio-kazu.jp/wiki/kazuwiki/200906/20090609191704.txt - [detail] - similar
[[20090307005340]] 8679
『Pictures.insertの2順目以降が貼り付けれない』(makoto)
2度目の質問になります。お世話になります ... gBox "フォルダーは?" CreateObject("WScript.Shell").CurrentDirectory = myObj myDataCnt = Worksheets("設定").Range("C13" ... ox "フォルダーは?" > CreateObject("WScript.Shell").CurrentDirectory = myObj と[C11]セルをオブジェクトに代入しているのは ... 何のためでしょう? CurrentDirectoryを変更しなくても、要は、画像ファイル名がフルパスで 指 ... x "フォルダーは?" >> CreateObject("WScript.Shell").CurrentDirectory = myObj > と[C11]セルをオブジェクトに代入しているの ...
http://www.excel.studio-kazu.jp/wiki/kazuwiki/200903/20090307005340.txt - [detail] - similar
[[20080626104422]] 8679
『ネットワーク他のパソコンのファイルを開く』(まき)
Ver.:2003 OS:XP 今ネットワーク上に有るPCの保 ... ィレクトリを移動させては、どうでしょうか。 WshShell.CurrentDirectory = "¥¥山田太郎" 原因は良く分かってませんし、意味も分 ... WshShell = CreateObject("WScript.Shell") WshShell.CurrentDirectory = "¥¥山田太郎" OpFldPath = "¥¥¥山田太郎¥my documen ... Nothing End Sub すると、 '-2147024773(8007007b)':'CurrentDirectory'メソッドは失敗しました。'IWshSell3'オブジェクト で ... かもしれませんが、何かの手がかりになるかも? WshShell.CurrentDirectory = "¥¥山田太郎¥my documents" こんな事ぐらいしか言え ...
http://www.excel.studio-kazu.jp/wiki/kazuwiki/200806/20080626104422.txt - [detail] - similar
[[20201008211557]] 8372
『無限ループ?』(学び雑魚)
すみません、マクロを開いてから別のエクセルデータを選択して 開かせたく ... UserForm1.Show With CreateObject("wscript.shell") .currentdirectory = "C:¥Users¥jitaku¥Desktop¥" End With Application. ... orkbook_Open() With CreateObject("Wscript.Shell") .CurrentDirectory = .SpecialFolders("Desktop") End With Application. ...
http://www.excel.studio-kazu.jp/wiki/kazuwiki/202010/20201008211557.txt - [detail] - similar
[[20210821221319]] 8372
『機種依存文字があるとChDirできない』(あん)
やりたいことは、機種依存文字を含むパスでダイアログ ... スはダメっぽいですよ。 CreateObject("WScript.Shell").CurrentDirectory = Cells(1, 1).Value とかならイケるかも知れません。 ... パスが見つかりません。 CreateObject("WScript.Shell").CurrentDirectory = [A2] '←エラーなし ?CreateObject("WScript.Shell") ... .CurrentDirectory '←正常(但しイミディエイト上の表記は[C:¥xxx¥?]) とい ...
http://www.excel.studio-kazu.jp/wiki/kazuwiki/202108/20210821221319.txt - [detail] - similar
PREV 1 2 3 4 5 6 NEXT
Powered by Hyper Estraier 1.4.13, with 97039 documents and 608037 words.

訪問者:カウンタValid HTML 4.01 Transitional