advanced help
per page, with , order by , clip by
Results of 1 - 1 of about 671 for 』( ! ---- | ----* (0.107 sec.)
』( (96027), ---- (-96148)
[[20180131081004]]
#score: 4666
@digest: f5d21637aa21bfcc34f75ec10595e078
@id: 75393
@mdate: 2018-01-30T23:20:25Z
@size: 1085
@type: text/plain
#keywords: beforeheight (21016), activeinspector (5156), rowheight (4058), wordeditor (4054), typetext (3676), ルッ (3465), copypicture (2455), に縮 (1917), に常 (1655), 一定 (1508), 縮小 (1220), 宜変 (1119), 小し (999), outlook (740), に画 (697), 適宜 (693), 像の (603), cells (571), ト") (554), 示頂 (541), の高 (537), 画像 (504), トル (448), 高さ (440), selection (381), らコ (375), アウ (371), ウト (358), 素人 (334), 定に (298), windows (251), イズ (237)
『アウトルックに常に画像の高さを一定に縮小して、エクセルからコピーしたいです。』(vba素人)
アウトルックに常に画像の高さを一定に縮小して、エクセルからコピーしたいです。 下記のコードではセルごとの高さが一定になってしまい、セルによっては入力している文字が表示されなくなってしまいます。 どのように修正すればよいか、ご教示頂けますでしょうか。 Sub main() Dim ap As Object, beforeheight As Variant, w1 As Worksheet, g As Long Set ap = CreateObject("outlook.application") Set w1 = Worksheets("コメント") g = w1.Cells(Rows.Count, 1).End(xlUp).Row With ap.ActiveInspector.wordeditor.Windows(1).Selection w1.Select beforeheight = Range(Cells(1, 1), Cells(g, 1)).RowHeight Range(Cells(1, 1), Cells(g, 1)).RowHeight = 30 'ちょうど良いサイズになるよう数字は適宜変える。 Range(Cells(1, 1), Cells(g, 1)).Select Selection.CopyPicture .Paste Range(Cells(1, 1), Cells(g, 1)).RowHeight = beforeheight .TypeText Chr(13) & Chr(13) End With End Sub < 使用 Excel:Excel2010、使用 OS:unknown > ...
https://www.excel.studio-kazu.jp/wiki/kazuwiki/201801/20180131081004.txt - [detail] - similar
PREV NEXT
Powered by Hyper Estraier 1.4.13, with 97065 documents and 608342 words.

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