<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[קוד בגאווה סקריפט]]></title><description><![CDATA[<p dir="auto">אני צריך דחוף קוד בגאווה סקריפט,<br />
שמוחק את כל התרשימים מהגיליון.<br />
בבחירת הכל או אם אין אפשרות אז בחירת אחד אחד.</p>
<p dir="auto">אשמח מאוד לעזרה דחופה בנושא<br />
תודה</p>
]]></description><link>https://tchumim.com/topic/9975/קוד-בגאווה-סקריפט</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 23:48:13 GMT</lastBuildDate><atom:link href="https://tchumim.com/topic/9975.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 22 Oct 2020 15:32:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to קוד בגאווה סקריפט on Fri, 23 Oct 2020 10:44:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%D7%9E%D7%90%D7%A1%D7%98%D7%A8-%D7%91%D7%90%D7%A7%D7%A1%D7%9C">@<bdi>מאסטר-באקסל</bdi></a> באנגלית את הטקסט בכפתורים ובתפריט? אתה יכול לשנות בעצמך, בתוך הגרשים בשורה 3 ו-4</p>
]]></description><link>https://tchumim.com/post/112179</link><guid isPermaLink="true">https://tchumim.com/post/112179</guid><dc:creator><![CDATA[chv]]></dc:creator><pubDate>Fri, 23 Oct 2020 10:44:43 GMT</pubDate></item><item><title><![CDATA[Reply to קוד בגאווה סקריפט on Fri, 23 Oct 2020 07:43:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chv">@<bdi>chv</bdi></a> באמת תודה<br />
זה מופיע עם התרגום...<br />
אפשר באנגלית?</p>
]]></description><link>https://tchumim.com/post/112171</link><guid isPermaLink="true">https://tchumim.com/post/112171</guid><dc:creator><![CDATA[מאסטר באקסל]]></dc:creator><pubDate>Fri, 23 Oct 2020 07:43:41 GMT</pubDate></item><item><title><![CDATA[Reply to קוד בגאווה סקריפט on Thu, 22 Oct 2020 17:35:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/musicode">@<bdi>MusiCode</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/%D7%9E%D7%90%D7%A1%D7%98%D7%A8-%D7%91%D7%90%D7%A7%D7%A1%D7%9C">@<bdi>מאסטר-באקסל</bdi></a> כלומר בפועל, תלחץ על כלים ותפתח את עורך הסקריפטים ותדביק את הקוד הבא כזה:</p>
<pre><code>function onOpen() {
  SpreadsheetApp.getUi()
  .createMenu('כלי הניקוי')
  .addItem('נקה שרטוטים', 'cleardraw')
  .addToUi();
}
function cleardraw() {
var drawings = SpreadsheetApp.getActiveSheet().getDrawings();
for (var i = 0; i &lt; drawings.length; i++) {
  drawings[i].remove();
}
}
</code></pre>
<p dir="auto">ייתווסף לך תפריט (כמובן שמור את הסקריפט ותפתח מחדש את הטבלה) של "כלי הניקוי" ובפנים הפונקציה הזו.</p>
]]></description><link>https://tchumim.com/post/112151</link><guid isPermaLink="true">https://tchumim.com/post/112151</guid><dc:creator><![CDATA[chv]]></dc:creator><pubDate>Thu, 22 Oct 2020 17:35:51 GMT</pubDate></item><item><title><![CDATA[Reply to קוד בגאווה סקריפט on Thu, 22 Oct 2020 17:07:52 GMT]]></title><description><![CDATA[<p dir="auto">מ"מ:<br />
<a href="https://developers.google.com/apps-script/reference/spreadsheet/drawing" target="_blank" rel="noopener noreferrer nofollow ugc">https://developers.google.com/apps-script/reference/spreadsheet/drawing</a></p>
<p dir="auto">בעצם...<br />
יש שם את זה:</p>
<pre><code>var drawings = SpreadsheetApp.getActiveSheet().getDrawings();
for (var i = 0; i &lt; drawings.length; i++) {
  drawings[i].remove();
}
</code></pre>
]]></description><link>https://tchumim.com/post/112147</link><guid isPermaLink="true">https://tchumim.com/post/112147</guid><dc:creator><![CDATA[MusiCode]]></dc:creator><pubDate>Thu, 22 Oct 2020 17:07:52 GMT</pubDate></item><item><title><![CDATA[Reply to קוד בגאווה סקריפט on Thu, 22 Oct 2020 17:00:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chv">@<bdi>chv</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/musicode">@<bdi>MusiCode</bdi></a><br />
אני צריך קוד של גוגל שיטס<br />
GOOGLE SHEETS בלעז<br />
שיש לי שמה כמה שרטוטים<br />
DRAWING בלעז<br />
ואני רוצה שהוא יבחר את כולם ופשוט ימחק אותם<br />
מקווה שעכשיו היית ברור<br />
(clarity בלעז?)</p>
]]></description><link>https://tchumim.com/post/112145</link><guid isPermaLink="true">https://tchumim.com/post/112145</guid><dc:creator><![CDATA[מאסטר באקסל]]></dc:creator><pubDate>Thu, 22 Oct 2020 17:00:55 GMT</pubDate></item><item><title><![CDATA[Reply to קוד בגאווה סקריפט on Thu, 22 Oct 2020 16:51:20 GMT]]></title><description><![CDATA[<p dir="auto">הוא רוצה קוד של גוגל אפס,<br />
בשביל סקריפט של גוגל שיטס...</p>
<p dir="auto">באמת לא ברור ממה שהוא כתב, אבל זו האפשרות הסבירה (+ תמונת הפרופיל שלו...).</p>
]]></description><link>https://tchumim.com/post/112144</link><guid isPermaLink="true">https://tchumim.com/post/112144</guid><dc:creator><![CDATA[MusiCode]]></dc:creator><pubDate>Thu, 22 Oct 2020 16:51:20 GMT</pubDate></item><item><title><![CDATA[Reply to קוד בגאווה סקריפט on Thu, 22 Oct 2020 16:23:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%D7%9E%D7%90%D7%A1%D7%98%D7%A8-%D7%91%D7%90%D7%A7%D7%A1%D7%9C">@<bdi>מאסטר-באקסל</bdi></a> אם אתה רוצה עזרה כדאי שתסביר קצת יותר. מה הכוונה תרשימים?<br />
ומה הקשר לגאווהסקריפט? ואם בוחר אחד אחד למה צריך קוד?</p>
]]></description><link>https://tchumim.com/post/112143</link><guid isPermaLink="true">https://tchumim.com/post/112143</guid><dc:creator><![CDATA[chv]]></dc:creator><pubDate>Thu, 22 Oct 2020 16:23:31 GMT</pubDate></item></channel></rss>